UNPKG

aura-glass

Version:

A comprehensive glassmorphism design system for React applications with 142+ production-ready components

8 lines 498 B
import React from "react"; import { GlobalCookieConsentProps } from "./types"; /** * Global Cookie Consent component for comprehensive cookie consent management */ export declare const GlobalCookieConsent: React.ForwardRefExoticComponent<GlobalCookieConsentProps & React.RefAttributes<HTMLDivElement>>; export declare const GlassGlobalCookieConsent: React.ForwardRefExoticComponent<GlobalCookieConsentProps & React.RefAttributes<HTMLDivElement>>; //# sourceMappingURL=GlobalCookieConsent.d.ts.map