Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-06-04 13:26:33 -07:00
commit eedc619900
16 changed files with 171 additions and 147 deletions

View file

@ -30,13 +30,13 @@ export interface TreeViewProps
* Set the node ids to be selected
* @default []
*/
selectedIds?: TreeNodeId[];
selectedIds?: ReadonlyArray<TreeNodeId>;
/**
* Set the node ids to be expanded
* @default []
*/
expandedIds?: TreeNodeId[];
expandedIds?: ReadonlyArray<TreeNodeId>;
/**
* Specify the TreeView size