UNPKG

@cainiaofe/cn-ui-m

Version:
9 lines (8 loc) 234 B
import type { Dayjs } from "../../../utils/dayjs"; /** * 格式化输出值 * @param v dayjs格式日期值 * @param fmt 格式 * @returns */ export declare const formatValue: (v: Dayjs | Dayjs[], fmt: string | Function) => any;