From 0690a4dc70f2b8e94ee7a9637f706b05d76ddf0c Mon Sep 17 00:00:00 2001 From: Luca <61409445+melusc@users.noreply.github.com> Date: Thu, 14 Oct 2021 18:20:34 +0200 Subject: [PATCH] Update index.d.ts --- types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 5141e2335..40f2adf82 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -417,7 +417,7 @@ declare namespace dayjs { export type PluginFunc = (option: T, c: typeof Dayjs, d: typeof dayjs) => void - export function extend(plugin: PluginFunc, option?: T): Dayjs + export function extend(plugin: PluginFunc, option?: T): dayjs export function locale(preset?: string | ILocale, object?: Partial, isLocal?: boolean): string