Skip to content

Commit

Permalink
fix(d.ts): fix pack declare lost after build
Browse files Browse the repository at this point in the history
affects: @varlet/ui
  • Loading branch information
qytayh committed Dec 21, 2021
1 parent 016290a commit d7df27e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/locale/en-US.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Pack } from '.'
import type { Pack } from '../../types'

declare const enUS: Pack

Expand Down
2 changes: 1 addition & 1 deletion packages/varlet-ui/src/locale/zh-CN.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { Pack } from '.'
import type { Pack } from '../../types'

declare const zhCN: Pack

Expand Down

0 comments on commit d7df27e

Please sign in to comment.