remora-monorepo / viewer / CommandInput
Function: CommandInput()
CommandInput(
__namedParameters):Element
Defined in: packages/ui/src/components/ui/command.tsx:63
Parameters
__namedParameters
Omit<Pick<Pick<DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "key" | keyof InputHTMLAttributes<HTMLInputElement>> & object & object, "key" | "asChild" | keyof InputHTMLAttributes<HTMLInputElement>>, "type" | "value" | "onChange"> & object & RefAttributes<HTMLInputElement>
Returns
Element