Run "yarn build:api & yarn build:docs"

This commit is contained in:
Eric Liu 2022-03-20 08:19:27 -07:00
commit eaa1603d42
14 changed files with 19 additions and 654 deletions

View file

@ -27,11 +27,6 @@ export interface TimePickerSelectProps
*/
labelText?: string;
/**
* @default true
*/
hideLabel?: boolean;
/**
* Set an id for the select element
* @default "ccs-" + Math.random().toString(36)