Uploading toast code... incomplete
This commit is contained in:
10
src/lib/toast.ts
Normal file
10
src/lib/toast.ts
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user