Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-13 09:31:48 -07:00
commit b3144e65ce
12 changed files with 81 additions and 71 deletions

View file

@ -60,6 +60,6 @@ export interface PopoverProps
export default class Popover extends SvelteComponentTyped<
PopoverProps,
{ ["click:outside"]: CustomEvent<any> },
{ ["click:outside"]: CustomEvent<null> },
{ default: {} }
> {}