Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-19 08:47:16 -07:00
commit cbcafdd886
3 changed files with 12 additions and 3 deletions

View file

@ -1195,7 +1195,9 @@ export interface DropdownItem {
### Slots
None.
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :--------------------------------------------------- | :-------------------------------- |
| -- | Yes | <code>{ item: DropdownItem; index: number; } </code> | <code>{itemToString(item)}</code> |
### Events