UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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