Type Alias: LabelProps

LabelProps = PropsWithChildren<Omit<LabelHTMLAttributes<HTMLLabelElement>, "color" | "htmlFor"> & object & Partial<{ color: InputColor; size: InputSize; }>>

Props accepted by the shared field label component.