Skip to main content
Version: 1.x

LabelProps

LabelProps

The label properties for the label component.

Signature
interface LabelProps extends Omit<LabelBuilderData, 'component' | 'type'> {
children: LabelBuilderData['component'] & {};
}
  • Extends: Omit<LabelBuilderData, 'component' | 'type'>

children

property
LabelBuilderData['component'] & {}

The component that will be wrapped by the label component.