Skip to content

Commit c78d72f

Browse files
brandyscarneythetaPC
authored andcommitted
docs(toast): remove cssClass property from ToastButton interface (#4001)
closes #3993
1 parent f871c0f commit c78d72f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/api/toast.md

-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ interface ToastButton {
222222
icon?: string;
223223
side?: 'start' | 'end';
224224
role?: 'cancel' | string;
225-
cssClass?: string | string[];
226225
htmlAttributes?: { [key: string]: any };
227226
handler?: () => boolean | void | Promise<boolean | void>;
228227
}

0 commit comments

Comments
 (0)