ldrs
Version:
Minimalist loading animations for React and web components
11 lines • 316 B
TypeScript
interface ReuleauxProps {
size?: number | string;
color?: string;
speed?: number | string;
stroke?: number | string;
strokeLength?: number | string;
bgOpacity?: number | string;
}
declare const Reuleaux: React.FC<ReuleauxProps>;
export default Reuleaux;
//# sourceMappingURL=Reuleaux.d.ts.map