UNPKG

@itgold/grandbazar-ui-kit

Version:

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

7 lines (6 loc) 285 B
import { TRangeProps } from '@/components/input/types/range-props.type'; type TCommonRangeProps = TRangeProps & { suffix?: string; }; export declare function Range({ min, step, max, onChange, value, suffix }: TCommonRangeProps): import("react/jsx-runtime").JSX.Element; export {};