UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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