Type Alias: HelperTextProps

HelperTextProps = PropsWithChildren<Omit<HTMLAttributes<HTMLSpanElement>, "color"> & Partial<{ color: HelperTextColor; size: InputSize; }>>

Props accepted by the shared helper text component.