- Preparing search index...
- The search index is not available
@fold-dev/core
- Input(props): ReactElement<any, string | JSXElementConstructor<any>>
-
Parameters
-
props: {
selectOnFocus?: boolean;
showIndicator?: boolean;
size?: Size;
} & AriaAttributes & CommonProps & ShorthandProps & DOMAttributes<any> & {
type?: "number" | "color" | "hidden" | "text" | "search" | "time" | "tel" | "url" | "email" | "date" | "datetime-local" | "month" | "password" | "week";
} & Omit<InputHTMLAttributes<any>, "type" | "size"> & RefAttributes<unknown>
Returns ReactElement<any, string | JSXElementConstructor<any>>
NOTE: Exotic components are not callable.