UNPKG

@antdv/pro-utils

Version:

@antdv/pro-utils

7 lines (6 loc) 210 B
type FormatType = ((dayjs: any) => string) | string; export declare function dateArrayFormatter(value: any[], format: FormatType | FormatType[] | { format: string; type?: 'mask'; }): string; export {};