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

9 lines
No EOL
362 B
TypeScript

export interface TimeClockClasses {
/** Styles applied to the root element. */
root: string;
/** Styles applied to the arrowSwitcher element. */
arrowSwitcher: string;
}
export type TimeClockClassKey = keyof TimeClockClasses;
export declare function getTimeClockUtilityClass(slot: string): string;
export declare const timeClockClasses: TimeClockClasses;