UNPKG

@mui/lab

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