Type alias FormLabelProps

FormLabelProps: {
    htmlFor?: string;
    required?: boolean;
    size?: Size;
} & TextProps

Type declaration

  • Optional htmlFor?: string
  • Optional required?: boolean
  • Optional size?: Size

Generated using TypeDoc