UNPKG

aura-glass

Version:

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

16 lines 552 B
/** * AtmosphericBackground Component * * A dynamic background component with atmospheric effects. */ import React from 'react'; import { AtmosphericBackgroundProps } from './types'; /** * AtmosphericBackground Component * * A dynamic background component with atmospheric effects. */ declare const AtmosphericBackground: React.ForwardRefExoticComponent<AtmosphericBackgroundProps & React.RefAttributes<HTMLDivElement>>; export default AtmosphericBackground; export { AtmosphericBackground }; //# sourceMappingURL=AtmosphericBackground.d.ts.map