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

4 lines
No EOL
269 B
TypeScript

export declare const CLOCK_WIDTH = 220;
export declare const CLOCK_HOUR_WIDTH = 36;
export declare const getMinutes: (offsetX: number, offsetY: number, step?: number) => number;
export declare const getHours: (offsetX: number, offsetY: number, ampm: boolean) => number;