Skip to content

Commit da3b19d

Browse files
authored
fix: export types (#287)
1 parent f44506d commit da3b19d

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

packages/vue-i18n/src/index.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@ registerMessageCompiler(compileToFunction)
77
export {
88
Path,
99
PathValue,
10+
NamedValue,
11+
Locale,
12+
FallbackLocale,
13+
LocaleMessageValue,
14+
LocaleMessageDictionary,
15+
LocaleMessageArray,
16+
LocaleMessages,
17+
NumberFormat as IntlNumberFormat,
18+
DateTimeFormat as IntlDateTimeFormat,
19+
DateTimeFormats as IntlDateTimeFormats,
20+
NumberFormats as IntlNumberFormats,
1021
MessageFunction,
1122
MessageFunctions,
1223
PluralizationRule,

packages/vue-i18n/src/runtime.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@ import { initDev, initFeatureFlags } from './misc'
33
export {
44
Path,
55
PathValue,
6+
NamedValue,
7+
Locale,
8+
FallbackLocale,
9+
LocaleMessageValue,
10+
LocaleMessageDictionary,
11+
LocaleMessageArray,
12+
LocaleMessages,
13+
NumberFormat as IntlNumberFormat,
14+
DateTimeFormat as IntlDateTimeFormat,
15+
DateTimeFormats as IntlDateTimeFormats,
16+
NumberFormats as IntlNumberFormats,
617
MessageFunction,
718
MessageFunctions,
819
PluralizationRule,

0 commit comments

Comments
 (0)