Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-19 11:31:36 -07:00
commit f51e6eddbb
9 changed files with 91 additions and 27 deletions

View file

@ -45,5 +45,5 @@ export interface HeaderActionProps
export default class HeaderAction extends SvelteComponentTyped<
HeaderActionProps,
{ click: WindowEventMap["click"]; close: CustomEvent<any> },
{ default: {}; text: {} }
{ default: {}; closeIcon: {}; icon: {}; text: {} }
> {}

View file

@ -31,5 +31,5 @@ export interface HeaderActionLinkProps
export default class HeaderActionLink extends SvelteComponentTyped<
HeaderActionLinkProps,
{},
{}
{ icon: {} }
> {}