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 • 422 B
TypeScript
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;
//# sourceMappingURL=dot-pattern.d.ts.map