UNPKG

@appletosolutions/reactbits

Version:

A comprehensive collection of beautiful, performant React animation components including bounce effects, click sparks, star borders, scroll-triggered animations, and fade transitions.

12 lines 536 B
declare const ShapeBlur: ({ className, variation, pixelRatioProp, shapeSize, roundness, borderSize, circleSize, circleEdge }: { className?: string | undefined; variation?: number | undefined; pixelRatioProp?: number | undefined; shapeSize?: number | undefined; roundness?: number | undefined; borderSize?: number | undefined; circleSize?: number | undefined; circleEdge?: number | undefined; }) => import("react/jsx-runtime").JSX.Element; export default ShapeBlur; //# sourceMappingURL=ShapeBlur.d.ts.map