Skip to content

Commit

Permalink
docs(toast): remove cssClass property from ToastButton interface
Browse files Browse the repository at this point in the history
closes #3993
  • Loading branch information
brandyscarney committed Jan 23, 2025
1 parent af5335b commit 26bfd3b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/toast.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@ interface ToastButton {
icon?: string;
side?: 'start' | 'end';
role?: 'cancel' | string;
cssClass?: string | string[];
htmlAttributes?: { [key: string]: any };
handler?: () => boolean | void | Promise<boolean | void>;
}
Expand Down

0 comments on commit 26bfd3b

Please sign in to comment.