Home > @uniformdev/design-system > LabelProps
LabelProps type
Signature:
type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
children: React$1.ReactNode;
className?: SerializedStyles | string;
testId?: string;
};
Home > @uniformdev/design-system > LabelProps
Signature:
type LabelProps = React$1.LabelHTMLAttributes<HTMLLabelElement> & {
children: React$1.ReactNode;
className?: SerializedStyles | string;
testId?: string;
};