@mui/x-date-pickers-pro
Version:
The Pro plan edition of the MUI X Date and Time Picker components.
7 lines • 375 B
text/typescript
import * as React from 'react';
import { MobileTimeRangePickerProps } from "./MobileTimeRangePicker.types.mjs";
type MobileTimeRangePickerComponent = ((props: MobileTimeRangePickerProps & React.RefAttributes<HTMLDivElement>) => React.JSX.Element) & {
propTypes?: any;
};
declare const MobileTimeRangePicker: MobileTimeRangePickerComponent;
export { MobileTimeRangePicker };