rhb-server/mes-ui/rhb-app/node_modules/dayjs/plugin/customParseFormat.d.ts

9 lines
192 B
TypeScript
Raw Normal View History

2025-10-20 11:14:41 +08:00
import { PluginFunc } from 'dayjs'
declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
}
declare const plugin: PluginFunc<PluginOptions>
export = plugin