UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

8 lines (7 loc) 292 B
/// <reference types="react" /> import { RangeSliderProps } from './types'; export { RangeSliderProps }; interface Props extends RangeSliderProps { } export declare function RangeSlider({ min, max, step, value, ...rest }: Props): JSX.Element; //# sourceMappingURL=RangeSlider.d.ts.map