mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-18 19:46:36 +00:00
chore: rebuild docs
This commit is contained in:
parent
11ee7fc486
commit
4c70e74329
3 changed files with 37 additions and 18 deletions
12
types/Notification/ToastNotification.svelte.d.ts
vendored
12
types/Notification/ToastNotification.svelte.d.ts
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue