UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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