UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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