UNPKG

199 BTypeScriptView Raw
1import { PluginFunc } from 'dayjs/esm'
2
3declare const plugin: PluginFunc
4export = plugin
5
6declare module 'dayjs/esm' {
7 export function updateLocale(localeName: String, customConfig: Object): any
8}
9
\No newline at end of file