Type alias CoreInputProps

CoreInputProps: {
    type?: "color" | "date" | "datetime-local" | "email" | "hidden" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week";
} & CoreViewProps & Omit<InputHTMLAttributes<any>, "size" | "type">

Type declaration

  • Optional type?: "color" | "date" | "datetime-local" | "email" | "hidden" | "month" | "number" | "password" | "search" | "tel" | "text" | "time" | "url" | "week"

Generated using TypeDoc