UNPKG

@tantainnovative/ndpr-toolkit

Version:

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

8 lines 308 B
import React from 'react'; export interface UnstyledConsentToggleProps { category: 'analytics' | 'marketing' | 'functional'; className?: string; label?: string; } export declare const UnstyledConsentToggle: React.FC<UnstyledConsentToggleProps>; //# sourceMappingURL=UnstyledConsentToggle.d.ts.map