UNPKG

@tantainnovative/ndpr-toolkit

Version:

Nigerian Data Protection Compliance Toolkit for implementing NDPR and DPA compliant features

10 lines 314 B
/** * Hook to access only the consent state without actions */ export declare function useConsentState(): { hasUserConsented: boolean; consentState: import("@/contexts/ConsentContext").ConsentCategories; showBanner: boolean; showSettings: boolean; }; //# sourceMappingURL=useConsentState.d.ts.map