melhoria dayjs

This commit is contained in:
Luiz Silva 2025-11-11 15:59:41 -03:00
parent 3f8faa35a2
commit 5b1b6e3c25

View file

@ -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 }