Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-08-14 12:59:21 -07:00
commit 8f532dc681
3 changed files with 31 additions and 11 deletions

View file

@ -62,6 +62,13 @@ export interface ToastNotificationProps
* @default false
*/
hideCloseButton?: boolean;
/**
* Set to `true` for the notification to span
* the full width of its containing element.
* @default false
*/
fullWidth?: boolean;
}
export default class ToastNotification extends SvelteComponentTyped<