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

@ -8,7 +8,7 @@ export interface ContextMenuProps
* If no element is specified, the context menu applies to the entire window
* @default null
*/
target?: null | HTMLElement | HTMLElement[];
target?: null | ReadonlyArray<null | HTMLElement>;
/**
* Set to `true` to open the menu

View file

@ -5,7 +5,7 @@ export interface ContextMenuGroupProps {
/**
* @default []
*/
selectedIds?: string[];
selectedIds?: ReadonlyArray<string>;
/**
* Specify the label text