UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

8 lines 202 B
interface OrbitProps { size?: number | string; color?: string; speed?: number | string; } declare const Orbit: React.FC<OrbitProps>; export default Orbit; //# sourceMappingURL=Orbit.d.ts.map