diff --git a/index.d.ts b/index.d.ts index 1ef70ca5..40f877f5 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,6 +1,6 @@ -export = dayjs; declare function dayjs (config?: dayjs.ConfigType, option?: dayjs.OptionType): dayjs.Dayjs +export default dayjs declare namespace dayjs { export type ConfigType = string | number | Date | Dayjs