Skip to content

Commit 37be1b7

Browse files
authored
Merge pull request #167 from cal-smith/a11y
fix(modal): alert modal interface incorrect
2 parents b8b6153 + 39e9638 commit 37be1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modal/alert-modal.interface.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ export interface ModalButton {
4545
/**
4646
* Button type
4747
*/
48-
type: "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger--primary" = "primary";
48+
type: "primary" | "secondary" | "tertiary" | "ghost" | "danger" | "danger--primary";
4949
/**
5050
* Callback for the button `click` event
5151
*/
52-
click: function;
52+
click: Function;
5353
}

0 commit comments

Comments
 (0)