chore: rebuild types, docs

This commit is contained in:
Eric Liu 2020-11-26 16:31:13 -08:00
commit 75d7d36884
25 changed files with 191 additions and 151 deletions

2
types/Tabs/Tab.d.ts vendored
View file

@ -3,7 +3,7 @@
export interface TabProps extends svelte.JSX.HTMLAttributes<HTMLElementTagNameMap["li"]> {
/**
* Specify the tab label
* Alternatively, use the default slot (e.g. <Tab><span>Label</span></Tab>)
* Alternatively, use the default slot (e.g., <Tab><span>Label</span></Tab>)
* @default ""
*/
label?: string;