UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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