UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

11 lines 316 B
interface SquircleProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; strokeLength?: number | string; bgOpacity?: number | string; } declare const Squircle: React.FC<SquircleProps>; export default Squircle; //# sourceMappingURL=Squircle.d.ts.map