UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

10 lines 270 B
interface CardioProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; bgOpacity?: number | string; } declare const Cardio: React.FC<CardioProps>; export default Cardio; //# sourceMappingURL=Cardio.d.ts.map