### Describe the Bug Property `cssClass` doesn't exist anymore on v8, docs are not updated. DOCS <img width="527" alt="image" src="https://github.com/user-attachments/assets/d8ee9cc4-e934-4e6a-9336-23faf41b5281" /> Code from [here](https://github.com/ionic-team/ionic-framework/blob/v8.4.1/core/src/components/toast/toast-interface.ts) ```typescript 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](https://github.com/ionic-team/ionic-framework/blob/v8.4.1/core/src/components/toast/toast-interface.ts) ### Steps to Reproduce NA ### Screenshots _No response_ ### Operating System _No response_ ### Browser _No response_ ### Version _No response_ ### Additional Information _No response_