aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
10 lines • 442 B
TypeScript
import type { ReactNode } from 'react';
/**
* Deprecated compatibility component. Styling is now driven by
* CSS variables generated from AuraGlass design tokens, so no runtime
* registry is required. This component simply renders its children.
*/
export declare function StyledComponentsRegistry({ children, }: {
children: ReactNode;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=StyledComponentsRegistry.d.ts.map