UNPKG

aura-glass

Version:

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

7 lines 297 B
export interface GlassSchemaViewerProps { schema: any; className?: string; } export declare function GlassSchemaViewer({ schema, className }: GlassSchemaViewerProps): import("react/jsx-runtime").JSX.Element; export default GlassSchemaViewer; //# sourceMappingURL=GlassSchemaViewer.d.ts.map