We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Property cssClass doesn't exist anymore on v8, docs are not updated.
cssClass
DOCS
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>; }
Dcoumentation should replicate the interfeca defined here
NA
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the Bug
Property
cssClass
doesn't exist anymore on v8, docs are not updated.DOCS
Code from here
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
The text was updated successfully, but these errors were encountered: