UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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