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