UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

3 lines (2 loc) 198 B
import { TRangeProps } from '@/components/input/types/range-props.type'; export declare function RangeMod({ min, max, step, value, onChange }: TRangeProps): import("react/jsx-runtime").JSX.Element;