UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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