Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-21 09:31:44 -08:00
commit 6fbbf5eb11
10 changed files with 75 additions and 75 deletions

View file

@ -43,8 +43,8 @@ export interface TooltipDefinitionProps
export default class TooltipDefinition extends SvelteComponentTyped<
TooltipDefinitionProps,
{
open: CustomEvent<any>;
close: CustomEvent<any>;
open: CustomEvent<null>;
close: CustomEvent<null>;
click: WindowEventMap["click"];
mouseover: WindowEventMap["mouseover"];
mouseenter: WindowEventMap["mouseenter"];