Closed
Description
Describe the Bug
Property cssClass
doesn't exist anymore on v8, docs are not updated.
Code from here
export interface ToastButton {
text?: string;
icon?: string;
side?: 'start' | 'end';
role?: LiteralUnion<'cancel', string>;
htmlAttributes?: { [key: string]: any };
handler?: () => boolean | void | Promise<boolean | void>;
}
Expected Behavior
Dcoumentation should replicate the interfeca defined here
Steps to Reproduce
NA
Screenshots
No response
Operating System
No response
Browser
No response
Version
No response
Additional Information
No response