aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
15 lines • 609 B
TypeScript
/**
* PageGlassContainer Component
*
* A glass container for full page layouts with enhanced glass effects.
* Migrated to use OptimizedGlass architecture.
*/
import React from "react";
import { PageGlassContainerProps } from "./types";
/**
* PageGlassContainer Component
* Modern implementation using OptimizedGlass with full page layout capabilities
*/
export declare const PageGlassContainer: React.MemoExoticComponent<React.ForwardRefExoticComponent<PageGlassContainerProps & React.RefAttributes<HTMLDivElement>>>;
export default PageGlassContainer;
//# sourceMappingURL=PageGlassContainer.d.ts.map