Skip to content

Commit 3178087

Browse files
authored
feat: export types (#673)
1 parent 2f99870 commit 3178087

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/vue-i18n-core/src/index.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ import { setDevToolsHook } from '@intlify/core-base'
33
import { initDev, initFeatureFlags } from './misc'
44

55
export {
6+
SchemaParams,
7+
LocaleParams,
68
Path,
79
PathValue,
810
NamedValue,
@@ -12,6 +14,7 @@ export {
1214
LocaleMessageDictionary,
1315
LocaleMessageType,
1416
LocaleMessages,
17+
LocaleMessage,
1518
NumberFormat as IntlNumberFormat,
1619
DateTimeFormat as IntlDateTimeFormat,
1720
DateTimeFormats as IntlDateTimeFormats,

0 commit comments

Comments
 (0)