File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export type FormGroupProps = {
5252 id ?: string ;
5353 inline ?: boolean ;
5454 inputKey ?: string ;
55- label ?: string ;
55+ label ?: React . ReactNode ;
5656 labelClassName ?: string ;
5757 labelHelperText ?: string ;
5858 labelHtmlFor ?: string ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export type InputLabelProps = {
1212 labelHelperText ?: React . ReactNode ;
1313 labelHtmlFor ?: string ;
1414 required ?: boolean ;
15- text : string ;
15+ text : React . ReactNode ;
1616 tooltipText ?: React . ReactNode ;
1717} & LabelProps ;
1818
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export type InputLegendProps = {
1414 className ?: string ;
1515 labelHelperText ?: React . ReactNode ;
1616 required ?: boolean ;
17- text : string ;
17+ text : React . ReactNode ;
1818 tooltipText ?: React . ReactNode ;
1919} & LegendProps ;
2020
You can’t perform that action at this time.
0 commit comments