UNPKG

@mui/lab

Version:
11 lines (10 loc) 416 B
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>;