aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
6 lines • 404 B
TypeScript
import type { GlassShatterEffectsProps as R3FProps } from "./GlassShatterEffects.r3f";
export type GlassShatterEffectsProps = R3FProps;
export declare function GlassShatterEffects(props: GlassShatterEffectsProps): import("react/jsx-runtime").JSX.Element;
export { shatterPresets } from "./GlassShatterEffects.presets";
export default GlassShatterEffects;
//# sourceMappingURL=GlassShatterEffects.d.ts.map