Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-04-18 10:58:56 -07:00
commit 3c608b0204
2 changed files with 4 additions and 4 deletions

View file

@ -1644,8 +1644,8 @@ None.
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :---------------------------------------------------- |
| -- | Yes | -- | <code>&lt;svelte:component this="{icon}" /&gt;</code> |
| :-------- | :------ | :---- | :-------------------------------------------------------------- |
| -- | Yes | -- | <code>&lt;svelte:component this="{icon}" size={20} /&gt;</code> |
### Events

View file

@ -4669,7 +4669,7 @@
{
"name": "__default__",
"default": true,
"fallback": "<svelte:component this=\"{icon}\" />",
"fallback": "<svelte:component this=\"{icon}\" size={20} />",
"slot_props": "{}"
}
],