@date-io/dayjs
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "@date-io/dayjs", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Abstraction over common javascript date management libraries", | ||
@@ -44,3 +44,3 @@ "main": "build/index.js", | ||
"license": "MIT", | ||
"gitHead": "082d8c970d292e726c9ae9f63803880c8f2e6e45" | ||
"gitHead": "740d75a0c594bf9debbd25b2291ceafc285e6df0" | ||
} |
@@ -1,5 +0,5 @@ | ||
import { Dayjs } from "dayjs"; | ||
declare module "@date-io/type" { | ||
import { Dayjs } from "dayjs"; | ||
declare module "@date-io/type" { | ||
export type DateType = Dayjs; | ||
} |
27806