Sanity Library Reference Docs
    Preparing search index...

    Variable DocumentGroupInventoryActionConst

    DocumentGroupInventoryAction: ComponentType<
        PropsWithChildren<
            {
                documentId: string;
                isDocumentGroupInventoryActive: boolean;
                portalElementName: string;
                setIsDocumentGroupInventoryActive: (active: boolean) => void;
            },
        >,
    > = ...