- Preparing search index...
- The search index is not available
@fold-dev/core
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"