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