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

@ -48,12 +48,6 @@ export interface NumberInputProps
*/
readonly?: boolean;
/**
* Set to `true` to enable the mobile variant
* @default false
*/
mobile?: boolean;
/**
* Set to `true` to allow for an empty value
* @default false