Skip to content

Commit ffd4807

Browse files
authored
fix: export composer custom type definition (#843)
1 parent c1313ed commit ffd4807

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ export {
4545
MissingHandler,
4646
ComposerOptions,
4747
Composer,
48+
ComposerCustom,
4849
CustomBlock,
4950
CustomBlocks,
5051
ComposerTranslation,

packages/petite-vue-i18n/src/runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export {
3838
MissingHandler,
3939
ComposerOptions,
4040
Composer,
41+
ComposerCustom,
4142
CustomBlock,
4243
CustomBlocks,
4344
ComposerTranslation,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export {
5555
MissingHandler,
5656
ComposerOptions,
5757
Composer,
58+
ComposerCustom,
5859
CustomBlock,
5960
CustomBlocks,
6061
ComposerTranslation,

packages/vue-i18n-bridge/src/runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export {
5050
MissingHandler,
5151
ComposerOptions,
5252
Composer,
53+
ComposerCustom,
5354
CustomBlock,
5455
CustomBlocks,
5556
ComposerTranslation,

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export {
4141
MissingHandler,
4242
ComposerOptions,
4343
Composer,
44+
ComposerCustom,
4445
CustomBlock,
4546
CustomBlocks,
4647
ComposerTranslation,

packages/vue-i18n/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export {
5555
MissingHandler,
5656
ComposerOptions,
5757
Composer,
58+
ComposerCustom,
5859
CustomBlock,
5960
CustomBlocks,
6061
ComposerTranslation,

packages/vue-i18n/src/runtime.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ export {
5050
MissingHandler,
5151
ComposerOptions,
5252
Composer,
53+
ComposerCustom,
5354
CustomBlock,
5455
CustomBlocks,
5556
ComposerTranslation,

0 commit comments

Comments
 (0)