melhoria dayjs
This commit is contained in:
parent
3f8faa35a2
commit
5b1b6e3c25
1 changed files with 3 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
import dayjs from "dayjs"
|
import dayjs, { type Dayjs } from "dayjs"
|
||||||
|
|
||||||
export type { ManipulateType } from "dayjs"
|
export type { ManipulateType } from "dayjs"
|
||||||
|
|
||||||
|
|
@ -23,3 +23,5 @@ dayjs.extend(relativeTime)
|
||||||
dayjs.extend(duration)
|
dayjs.extend(duration)
|
||||||
|
|
||||||
export const dayjsbr = dayjs
|
export const dayjsbr = dayjs
|
||||||
|
|
||||||
|
export type { Dayjs }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue