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>,
    > = ...

    Command menu for React. These components are built on cmdk and styled with Shadcn UI. See Shadcn UI documentation: https://ui.shadcn.com/docs/components/command See cmdk documentation: https://cmdk.paco.me/