UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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