UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

10 lines 290 B
interface LineWobbleProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; bgOpacity?: number | string; } declare const LineWobble: React.FC<LineWobbleProps>; export default LineWobble; //# sourceMappingURL=LineWobble.d.ts.map