UNPKG

@layui/layui-vue

Version:

a component library for Vue 3 base on layui-vue

5 lines (4 loc) 297 B
export declare const weekDays: string[]; export declare const getMonthDay: (date: string | number | Date) => string[]; export declare const getPrevMonthDay: (date: string | number | Date) => string[]; export declare const nextMonthDay: (date: string | number | Date, num: number) => string[];