Run "yarn build:docs"

This commit is contained in:
Eric Liu 2022-02-26 11:07:43 -08:00
commit b2d93e55ac
3 changed files with 18 additions and 0 deletions

View file

@ -21,6 +21,12 @@ export interface RadioButtonGroupProps
*/
legendText?: string;
/**
* Set to `true` to visually hide the legend
* @default false
*/
hideLegend?: boolean;
/**
* Specify the label position
* @default "right"