lightswind
Version:
A collection of beautifully crafted React Components, Blocks & Templates for Modern Developers. Create stunning web applications effortlessly by using our 160+ professional and animated react components.
11 lines • 350 B
TypeScript
import React from "react";
interface AnimatedRangeInputProps {
value: number;
onChange: (value: number) => void;
icon?: React.ReactNode;
labelId: string;
fillColor?: string;
}
declare const AnimatedRangeInput: React.FC<AnimatedRangeInputProps>;
export default AnimatedRangeInput;
//# sourceMappingURL=animated-range-input.d.ts.map