platform-bible-react
    Preparing search index...

    Variable CommandEmptyConst

    CommandEmpty: ForwardRefExoticComponent<
        Omit<
            Children & Pick<
                Pick<
                    DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                    "key" | (keyof HTMLAttributes<HTMLDivElement>),
                > & { ref?: Ref<HTMLDivElement> } & { asChild?: boolean },
                "key" | (keyof HTMLAttributes<HTMLDivElement>) | "asChild",
            > & RefAttributes<HTMLDivElement>,
            "ref",
        > & RefAttributes<HTMLDivElement>,
    > = ...