FrontPastel/node_modules/@mui/material/Slider/SliderValueLabel.d.ts

11 lines
375 B
TypeScript

import * as React from 'react';
import { SliderValueLabelProps } from './SliderValueLabel.types';
/**
* @ignore - internal component.
*/
declare function SliderValueLabel(props: SliderValueLabelProps): React.ReactElement<any, string | React.JSXElementConstructor<any>> | null;
declare namespace SliderValueLabel {
var propTypes: any;
}
export default SliderValueLabel;