UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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