UNPKG

@shopify/polaris

Version:

Shopify’s admin product component library

7 lines 295 B
import React from 'react'; import type { RangeSliderProps } from './types'; export type { RangeSliderProps }; interface Props extends RangeSliderProps { } export declare function RangeSlider({ min, max, step, value, ...rest }: Props): React.JSX.Element; //# sourceMappingURL=RangeSlider.d.ts.map