unis_crm/frontend1/node_modules/dayjs/plugin/arraySupport.d.ts

11 lines
227 B
TypeScript
Raw Permalink Normal View History

2026-03-26 09:29:55 +00:00
import { PluginFunc } from 'dayjs'
declare module 'dayjs' {
interface ConfigTypeMap {
arraySupport: [number?, number?, number?, number?, number?, number?, number?]
}
}
declare const plugin: PluginFunc
export = plugin