UNPKG

ldrs

Version:

Tiny HTML and SVG loaders as web components

8 lines 294 B
export default function Ring({ size, color, speed, stroke, bgOpacity, }: { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; bgOpacity?: number | string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=Ring.d.ts.map