UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

5 lines (4 loc) 251 B
import dayjs from 'dayjs'; type DateValue = dayjs.Dayjs | dayjs.Dayjs[] | string | string[] | number | number[]; export declare function parseValueToDay(value: DateValue, formatter?: string): dayjs.Dayjs | dayjs.Dayjs[] | null | undefined; export {};