UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

9 lines 232 B
interface HatchProps { size?: number | string; color?: string; speed?: number | string; stroke?: number | string; } declare const Hatch: React.FC<HatchProps>; export default Hatch; //# sourceMappingURL=Hatch.d.ts.map