aura-glass
Version:
A comprehensive glassmorphism design system for React applications with 142+ production-ready components
11 lines • 461 B
TypeScript
interface ShaderProps {
className?: string;
variant?: "refraction" | "dispersion" | "frosted" | "crystal" | "prism";
intensity?: number;
animated?: boolean;
interactive?: boolean;
backgroundColor?: string;
}
export declare function GlassWebGLShader({ className, variant, intensity, animated, interactive, backgroundColor, }: ShaderProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=GlassWebGLShader.d.ts.map