UNPKG

aura-glass

Version:

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

10 lines 290 B
/** * AI Demo Component * * Complete example showing how to use all AuraGlass AI features. * Replace the simulated components with this real implementation. */ import React from "react"; export declare const AIDemo: React.FC; export default AIDemo; //# sourceMappingURL=AIDemo.d.ts.map