UNPKG

@mui/x-date-pickers

Version:

The community edition of the Date and Time Picker components (MUI X).

5 lines (4 loc) 270 B
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;