UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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