Graduation / ui /node_modules /dayjs /plugin /customParseFormat.d.ts
DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
192 Bytes
import { PluginFunc } from 'dayjs'
declare interface PluginOptions {
parseTwoDigitYear?: (yearString: string) => number
}
declare const plugin: PluginFunc<PluginOptions>
export = plugin