@mui/lab
Version:
Laboratory for new MUI modules.
14 lines (13 loc) • 587 B
TypeScript
import * as React from 'react';
declare type DateRangePickerDayComponent = (<TDate>(props: DateRangePickerDayProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
propTypes?: any;
};
/**
* @ignore - do not document.
*/
declare const DateRangePickerDay: DateRangePickerDayComponent;
export default DateRangePickerDay;
export declare const getDateRangePickerDayUtilityClass: (slot: string) => string;
export declare type DateRangePickerDayProps = Record<any, any>;
export declare type DateRangePickerDayClasses = any;
export declare type DateRangePickerDayClassKey = any;