1
0
Fork 0
react-playground/node_modules/@mui/x-date-pickers/DayCalendarSkeleton/dayCalendarSkeletonClasses.d.ts
Techognito fc0f69dacb Added Statistics calculation
Statistics now show calculated values
2025-09-04 17:30:00 +02:00

11 lines
No EOL
472 B
TypeScript

export interface DayCalendarSkeletonClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the week element. */
week: string;
/** Styles applied to the day element. */
daySkeleton: string;
}
export type DayCalendarSkeletonClassKey = keyof DayCalendarSkeletonClasses;
export declare const getDayCalendarSkeletonUtilityClass: (slot: string) => string;
export declare const dayCalendarSkeletonClasses: DayCalendarSkeletonClasses;