We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f99870 commit 3178087Copy full SHA for 3178087
packages/vue-i18n-core/src/index.ts
@@ -3,6 +3,8 @@ import { setDevToolsHook } from '@intlify/core-base'
3
import { initDev, initFeatureFlags } from './misc'
4
5
export {
6
+ SchemaParams,
7
+ LocaleParams,
8
Path,
9
PathValue,
10
NamedValue,
@@ -12,6 +14,7 @@ export {
12
14
LocaleMessageDictionary,
13
15
LocaleMessageType,
16
LocaleMessages,
17
+ LocaleMessage,
18
NumberFormat as IntlNumberFormat,
19
DateTimeFormat as IntlDateTimeFormat,
20
DateTimeFormats as IntlDateTimeFormats,
0 commit comments