Skip to content

Commit

Permalink
types: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Feb 6, 2024
1 parent ce64393 commit 8c0ab09
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/locale/zh-HK.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Pack } from '../../types'

declare const enUS: Pack
declare const zhHK: Pack

export default enUS
export default zhHK
4 changes: 2 additions & 2 deletions packages/varlet-ui/src/locale/zh-TW.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { Pack } from '../../types'

declare const enUS: Pack
declare const zhTW: Pack

export default enUS
export default zhTW

0 comments on commit 8c0ab09

Please sign in to comment.