UNPKG

hw-ui-vue

Version:

hw-ui, vue3

26 lines (25 loc) 751 B
/** data: 2022-11-16 author: yantong.cheng version: 1.0.1 **/ export declare const weekText: () => string[]; export declare const dataFormate: (type: any, year: any, month: any, day: any, hh: any, mm: any, ss: any) => string; export declare const getMonthCurrent: (date: any) => { yearibh: any; monthibh: any; resultibh: string; }; export declare const getDays: (date: any) => number; export declare const getMonthFirstDayOrLastDay: (date: any) => any[][]; export declare const dataTimeObj: (currenTime?: Date) => { weekTitle: string[]; currentMonth: { yearibh: any; monthibh: any; resultibh: string; }; currentDays: number; getTableSoft: any[][]; timerData: (string | number)[][]; };