UNPKG

@tantainnovative/ndpr-toolkit

Version:

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

7 lines 273 B
import React, { ReactNode } from 'react'; export interface UnstyledConsentBannerProps { className?: string; children?: ReactNode; } export declare const UnstyledConsentBanner: React.FC<UnstyledConsentBannerProps>; //# sourceMappingURL=UnstyledConsentBanner.d.ts.map