Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-05-22 07:40:24 -07:00
commit de6c4deae8
4 changed files with 2134 additions and 1207 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -25,7 +25,7 @@ export interface CopyButtonProps
* Specify the text to copy * Specify the text to copy
* @default undefined * @default undefined
*/ */
text?: string; text: string;
/** /**
* Override the default copy behavior of using the navigator.clipboard.writeText API to copy text * Override the default copy behavior of using the navigator.clipboard.writeText API to copy text

View file

@ -28,7 +28,7 @@ export interface DropdownProps
* Specify the selected item id * Specify the selected item id
* @default undefined * @default undefined
*/ */
selectedId?: DropdownItemId; selectedId: DropdownItemId;
/** /**
* Specify the type of dropdown * Specify the type of dropdown