- Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
triageNew issuesNew issues
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
Metadata
Metadata
Assignees
Labels
triageNew issuesNew issues