platform-bible-react
    Preparing search index...

    Variable CommandGroupConst

    CommandGroup: ForwardRefExoticComponent<
        Omit<
            Children & Omit<
                Pick<
                    Pick<
                        DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>,
                        "key" | (keyof HTMLAttributes<HTMLDivElement>),
                    > & { ref?: Ref<HTMLDivElement> } & { asChild?: boolean },
                    "key" | (keyof HTMLAttributes<HTMLDivElement>) | "asChild",
                >,
                "value" | "heading",
            > & { forceMount?: boolean; heading?: ReactNode; value?: string } & RefAttributes<
                HTMLDivElement,
            >,
            "ref",
        > & RefAttributes<HTMLDivElement>,
    > = ...