UNPKG

ldrs

Version:

Tiny HTML and SVG loaders as web components

8 lines 306 B
export default function LineWobble({ 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=LineWobble.d.ts.map