feat: export dayjs instance, closes #6498 (#6517)

This commit is contained in:
三咲智子 2022-03-10 22:53:55 +08:00 committed by GitHub
parent 548f74617a
commit a973e7505d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,3 +8,5 @@ export { makeInstaller } from './make-installer'
export const install = installer.install
export const version = installer.version
export default installer
export { default as dayjs } from 'dayjs'