aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
10 lines • 531 B
TypeScript
/**
* Registry helpers are retained for backward compatibility. The design-token
* architecture no longer requires a runtime stylesheet registry, so these
* functions are implemented as innocuous no-ops that always report success.
*/
export declare const markStyledRegistryHealthy: () => void;
export declare const clearStyledRegistryHealth: () => void;
export declare const hasStyledComponentsRegistry: () => boolean;
export declare const ensureStyledComponentsRegistry: () => void;
//# sourceMappingURL=registryGuard.d.ts.map