aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
6 lines • 451 B
TypeScript
import type { ARGlassEffectsProps as R3FProps } from "./ARGlassEffects.r3f";
export type ARGlassEffectsProps = R3FProps;
export declare function ARGlassEffects(props: ARGlassEffectsProps): import("react/jsx-runtime").JSX.Element;
export { ARGlassAnimations, ARGlassGeometryFactory, ARGlassInteractions, ARGlassMaterialFactory, ARGlassUtils, } from "./ARGlassEffects.helpers";
export default ARGlassEffects;
//# sourceMappingURL=ARGlassEffects.d.ts.map