Skip to content

Commit

Permalink
fix(plugin): change locale type (#11077)
Browse files Browse the repository at this point in the history
* chore(plugin): change Locale type

* chore: update import
  • Loading branch information
mysteryven committed May 4, 2023
1 parent a630b3b commit 38ff7d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugins/templates/locale/localeExports.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export const addLocale = (
messages: Object,
extraLocales: {
momentLocale:string;
antd:string
antd: import('antd/es/locale').Locale
},
) => {
if (!name) {
Expand Down

0 comments on commit 38ff7d1

Please sign in to comment.