ldrs
Version:
Tiny HTML and SVG loaders as web components
9 lines • 348 B
TypeScript
export default function Square({ size, color, speed, stroke, strokeLength, bgOpacity, }: {
size?: number | string;
color?: string;
speed?: number | string;
stroke?: number | string;
strokeLength?: number | string;
bgOpacity?: number | string;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Square.d.ts.map