fbf4b7fca60ea3519012d5a07733c00d7c572d874d30b01e47e22500c607e6de1ab1a31aaefd761a8f69f4a64720c32675e749c2c5fb5e29c7b2ca004fa854 224 B

12345678910
  1. import { PluginFunc, ConfigType } from 'dayjs/esm'
  2. declare const plugin: PluginFunc
  3. export = plugin
  4. declare module 'dayjs/esm' {
  5. interface Dayjs {
  6. calendar(referenceTime?: ConfigType, formats?: object): string
  7. }
  8. }