UNPKG

unika-components

Version:

Unika Vue3 components library

10 lines (9 loc) 230 B
declare const getItemDays: (now: Date | undefined, formatType: any) => { currentMonth: number; day: number; date: string; month: string; days: string; valueOf: number; }[]; export { getItemDays };