@sqlrooms/ui / CommandInput
Function: CommandInput()
CommandInput(
props):ReactNode
Parameters
| Parameter | Type |
|---|---|
props | Omit<Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof InputHTMLAttributes<HTMLInputElement>> & object & object, "key" | "asChild" | keyof InputHTMLAttributes<HTMLInputElement>>, "onChange" | "value" | "type"> & object & RefAttributes<HTMLInputElement>, "ref"> & RefAttributes<HTMLInputElement> |
Returns
ReactNode
