initial status
This commit is contained in:
8
node_modules/dayjs/esm/plugin/updateLocale/index.d.ts
generated
vendored
Normal file
8
node_modules/dayjs/esm/plugin/updateLocale/index.d.ts
generated
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
import { PluginFunc } from 'dayjs/esm'
|
||||
|
||||
declare const plugin: PluginFunc
|
||||
export = plugin
|
||||
|
||||
declare module 'dayjs/esm' {
|
||||
export function updateLocale(localeName: String, customConfig: Object): any
|
||||
}
|
Reference in New Issue
Block a user