UNPKG

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 (10 loc) 307 B
import React from "react"; interface AnimatedRangeInputProps { value: number; onChange: (value: number) => void; icon?: React.ReactNode; labelId: string; fillColor?: string; } export declare const AnimatedRangeInput: React.FC<AnimatedRangeInputProps>; export default AnimatedRangeInput;