jiaqingjiayi-xiaochengxu/甲情_甲意/node_modules/dayjs/esm/plugin/calendar/index.d.ts

11 lines
224 B
TypeScript
Raw Normal View History

2024-11-15 03:51:28 +00:00
import { PluginFunc, ConfigType } from 'dayjs/esm'
declare const plugin: PluginFunc
export = plugin
declare module 'dayjs/esm' {
interface Dayjs {
calendar(referenceTime?: ConfigType, formats?: object): string
}
}