UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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