stupa-pdf-api/frontend/node_modules/@mui/x-date-pickers/DayCalendarSkeleton/dayCalendarSkeletonClasses.d.ts

12 lines
485 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;