UNPKG

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.

14 lines (13 loc) 381 B
interface DotPatternProps { width?: number; height?: number; x?: number; y?: number; cx?: number; cy?: number; cr?: number; className?: string; [key: string]: any; } export declare function DotPattern({ width, height, x, y, cx, cy, cr, className, ...props }: DotPatternProps): import("react/jsx-runtime").JSX.Element; export default DotPattern;