Run "yarn build:docs"

This commit is contained in:
Eric Liu 2023-11-11 13:43:09 -08:00
commit a48afb5889
4 changed files with 32 additions and 5 deletions

View file

@ -4707,9 +4707,10 @@ export interface TreeNode {
### Slots
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :---- | :----------------------- |
| labelText | No | -- | <code>{labelText}</code> |
| Slot name | Default | Props | Fallback |
| :-------- | :------ | :-------------------------------------------------------------------------------------------------------------------------------- | :----------------------- |
| -- | Yes | <code>{ node: { id: TreeNodeId; text: string; expanded: boolean, leaf: boolean; disabled: boolean; selected: boolean; } } </code> | <code>{node.text}</code> |
| labelText | No | -- | <code>{labelText}</code> |
### Events