We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e07aad4 commit 4fbcda7Copy full SHA for 4fbcda7
src/components/alert/alert-options.ts
@@ -27,5 +27,6 @@ export interface AlertInputOptions {
27
export interface AlertButton {
28
text?: string;
29
role?: string;
30
+ cssClass?: string;
31
handler?: Function;
32
};
0 commit comments