This repository has been archived on 2024-09-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
front/node_modules/@mui/material/Slider/SliderValueLabel.d.ts
2024-09-18 13:34:19 -03:00

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;