Home > @uniformdev/design-system > ParameterLabelProps
ParameterLabelProps type
Signature:
type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
id: string;
children: React.ReactNode;
asSpan?: boolean;
testId?: string;
};
Home > @uniformdev/design-system > ParameterLabelProps
Signature:
type ParameterLabelProps = HTMLAttributes<HTMLLabelElement> & {
id: string;
children: React.ReactNode;
asSpan?: boolean;
testId?: string;
};