@mui/lab
Version:
Laboratory for new MUI modules.
11 lines (10 loc) • 416 B
TypeScript
import * as React from 'react';
declare type MobileDateRangePickerComponent = (<TDate>(props: MobileDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
propTypes?: any;
};
/**
* @ignore - do not document.
*/
declare const MobileDateRangePicker: MobileDateRangePickerComponent;
export default MobileDateRangePicker;
export declare type MobileDateRangePickerProps = Record<any, any>;