Type alias FormHelperTextProps

FormHelperTextProps: {
    icon?: string;
    kind?: "error" | "success" | "info" | "warning";
    size?: Size;
} & TextProps

Type declaration

  • Optional icon?: string
  • Optional kind?: "error" | "success" | "info" | "warning"
  • Optional size?: Size

Generated using TypeDoc