EASYAIuniappNewUI/node_modules/@tuniao/tnui-vue3-uniapp/libs/dayjs/plugin/minMax/index.d.ts
2025-02-08 18:50:38 +08:00

12 lines
307 B
TypeScript

import { PluginFunc } from 'dayjs/esm'
declare const plugin: PluginFunc
export = plugin
declare module 'dayjs/esm' {
export function max(dayjs: Dayjs[]): Dayjs
export function max(...dayjs: Dayjs[]): Dayjs
export function min(dayjs: Dayjs[]): Dayjs
export function min(...dayjs: Dayjs[]): Dayjs
}