UNPKG

ldrs

Version:

Minimalist loading animations for React and web components

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