UNPKG

@ant-design/pro-utils

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