UNPKG

375 BTypeScriptView Raw
1import * as React from 'react';
2import { SliderValueLabelProps } from './SliderValueLabel.types';
3/**
4 * @ignore - internal component.
5 */
6declare function SliderValueLabel(props: SliderValueLabelProps): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
7declare namespace SliderValueLabel {
8 var propTypes: any;
9}
10export default SliderValueLabel;