@mui/lab
Version:
Laboratory for new MUI modules.
11 lines (10 loc) • 416 B
TypeScript
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>;