UNPKG

@mui/lab

Version:
11 lines (10 loc) 422 B
import * as React from 'react'; declare type DesktopDateRangePickerComponent = (<TDate>(props: DesktopDateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & { propTypes?: any; }; /** * @ignore - do not document. */ declare const DesktopDateRangePicker: DesktopDateRangePickerComponent; export default DesktopDateRangePicker; export declare type DesktopDateRangePickerProps = Record<any, any>;