Run "yarn build:docs"

This commit is contained in:
Eric Liu 2024-01-27 09:48:23 -08:00
commit 56625762c7
6 changed files with 39 additions and 33 deletions

View file

@ -40,9 +40,9 @@ export interface TabsProps extends RestProps {
export default class Tabs extends SvelteComponentTyped<
TabsProps,
{
change: CustomEvent<number>;
keypress: WindowEventMap["keypress"];
click: WindowEventMap["click"];
change: CustomEvent<any>;
},
{ default: {}; content: {} }
> {}