vue-schedule-picker
Version:
The Vue schedule selector is used to select a time period
20 lines (19 loc) • 504 B
TypeScript
export declare const ALL_DAY = 7;
export declare const ALL_HOURS = 24;
export declare const HALF_HOURS_SLOT = 48;
export declare const ONE_HOURS = 60;
export declare const DISPLAY_DAY_MAP: Record<number, string>;
export declare const getLanguageConfig: (lang: string) => {
DISPLAY_DAY_MAP: {
0: string;
1: string;
2: string;
3: string;
4: string;
5: string;
6: string;
};
forenoon: string;
afternoon: string;
header: string;
};