Type Alias: TextAreaLabelProps
TextAreaLabelProps =
Omit<RACLabelProps,"style"|"className"> &Pick<FieldLabelPartProps,"contextualHelp">
Defined in: composites/TextArea/TextArea.tsx:105
Props for the TextArea label.
TextAreaLabelProps =
Omit<RACLabelProps,"style"|"className"> &Pick<FieldLabelPartProps,"contextualHelp">
Defined in: composites/TextArea/TextArea.tsx:105
Props for the TextArea label.