aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
19 lines • 655 B
TypeScript
import React from "react";
export interface GlassShatterEffectsProps {
children?: React.ReactNode;
className?: string;
trigger?: "click" | "hover" | "manual" | "auto";
duration?: number;
intensity?: number;
shardCount?: number;
autoReform?: boolean;
reformDelay?: number;
onShatter?: () => void;
onReform?: () => void;
disabled?: boolean;
showControls?: boolean;
seed?: number | string;
}
export declare function GlassShatterEffectsR3F(props: GlassShatterEffectsProps): import("react/jsx-runtime").JSX.Element;
export default GlassShatterEffectsR3F;
//# sourceMappingURL=GlassShatterEffects.r3f.d.ts.map