platform-bible-react
    Preparing search index...

    Variable CommandInputConst

    CommandInput: ForwardRefExoticComponent<
        Omit<
            Omit<
                Pick<
                    Pick<
                        DetailedHTMLProps<
                            InputHTMLAttributes<HTMLInputElement>,
                            HTMLInputElement,
                        >,
                        "key" | (keyof InputHTMLAttributes<HTMLInputElement>),
                    > & { ref?: Ref<HTMLInputElement> } & { asChild?: boolean },
                    "key" | (keyof InputHTMLAttributes<HTMLInputElement>) | "asChild",
                >,
                "type" | "value" | "onChange",
            > & { onValueChange?: (search: string) => void; value?: string } & RefAttributes<
                HTMLInputElement,
            >,
            "ref",
        > & RefAttributes<HTMLInputElement>,
    > = ...