UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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