lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
8 lines • 351 B
TypeScript
export type BlurSize = "none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl";
interface WaveBackgroundProps {
backdropBlurAmount?: BlurSize;
className?: string;
}
declare function WaveBackground({ backdropBlurAmount, className, }: WaveBackgroundProps): React.ReactNode;
export default WaveBackground;
//# sourceMappingURL=wave-background.d.ts.map