ldrs
Version:
Tiny HTML and SVG loaders as web components
9 lines • 346 B
TypeScript
export default function Ring2({ 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=Ring2.d.ts.map