Uploading toast code... incomplete

This commit is contained in:
2023-09-18 10:17:02 +01:00
parent 212103ab71
commit 8b9a2ac8d5
12 changed files with 291 additions and 8 deletions

10
src/lib/toast.ts Normal file
View File

@ -0,0 +1,10 @@
class Toast {
constructor(text: String, type: String, dismissable: boolean, timeout: number ) {
id = text
}
id: String;
type: String;
dismissible: boolean;
timeout: number;
}