Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-19 18:40:58 -08:00
commit c2eb86ced5
7 changed files with 34 additions and 6 deletions

View file

@ -27,6 +27,9 @@ export interface NotificationTextDetailsProps {
caption?: string;
}
/**
* @deprecated This component is deprecated.
*/
export default class NotificationTextDetails extends SvelteComponentTyped<
NotificationTextDetailsProps,
{},