We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b8b6153 + 39e9638 commit 37be1b7Copy full SHA for 37be1b7
src/modal/alert-modal.interface.ts
@@ -45,9 +45,9 @@ export interface ModalButton {
45
/**
46
* Button type
47
*/
48
- type: "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger--primary" = "primary";
+ type: "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger--primary";
49
50
* Callback for the button `click` event
51
52
- click: function;
+ click: Function;
53
}
0 commit comments