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