yarn build:docs

This commit is contained in:
Eric Liu 2022-01-25 21:11:09 -08:00
commit f5b7ce9c2d
3 changed files with 2 additions and 3 deletions

View file

@ -16,7 +16,7 @@ export interface CheckboxProps {
/**
* Specify the bound group
* @default []
* @default undefined
*/
group?: any[];