UNPKG
@cause-911/material
Version:
latest (0.6.2)
0.6.2
0.6.1
0.6.0
0.5.9
0.5.8
0.5.7
0.5.6
0.5.5
0.5.4
0.5.3
0.5.2
0.5.1
0.4.1
0.4.0
Run `npm install @cause-911/material --save` to add this library to your project
cause911.ca
@cause-911/material
/
lib
/
shared
/
models
/
simple-dialog-data.d.ts
6 lines
(5 loc)
•
105 B
TypeScript
View Raw
1
2
3
4
5
6
export declare
class
SimpleDialogData
{ title: string; message: string; buttons: string[]; }