Type alias FormControlProps

FormControlProps: {
    row?: boolean;
    status?: "error" | "success" | "warning";
} & CoreViewProps

Type declaration

  • Optional row?: boolean
  • Optional status?: "error" | "success" | "warning"

Generated using TypeDoc