UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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