chore: rebuild docs

This commit is contained in:
Enrico Sacchetti 2022-12-16 14:05:58 -05:00
commit 4c70e74329
3 changed files with 37 additions and 18 deletions

View file

@ -52,10 +52,16 @@ export interface ToastNotificationProps
caption?: string;
/**
* Specify the ARIA label for the icon
* @default "Closes notification"
* Specify the ARIA label for the status icon
* @default kind + " icon"
*/
iconDescription?: string;
statusIconDescription?: string;
/**
* Specify the ARIA label for the close button
* @default "Close notification"
*/
closeButtonDescription?: string;
/**
* Set to `true` to hide the close button