fix(breadcrumb-item): type default slot

This commit is contained in:
Eric Liu 2020-12-05 14:56:04 -08:00
commit 5d7dc321f4
5 changed files with 21 additions and 13 deletions

View file

@ -13,7 +13,6 @@ export interface ButtonSkeletonProps extends svelte.JSX.HTMLAttributes<HTMLEleme
size?: "default" | "field" | "small";
/**
* Set to `true` to use the small variant
* @default false
*/
small?: boolean;