Skip to content

Commit c48cde4

Browse files
authored
Merge pull request #91 from SBS-Interactive/issue/#89-missing-export-of-localizer
Fix #89: Missing export of Localizer
2 parents 1cd776d + 2549e29 commit c48cde4

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed

lib/js/Exports.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ export * from './TabPage.js';
2828
export * from './UndockInitiator.js';
2929
export * from './Utils.js';
3030
export * from './VerticalDockContainer.js';
31+
export * from './i18n/Localizer.js';

lib/js/Exports.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/js/Exports.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Exports.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@ export * from './TabHost.js';
2727
export * from './TabPage.js';
2828
export * from './UndockInitiator.js';
2929
export * from './Utils.js';
30-
export * from './VerticalDockContainer.js';
30+
export * from './VerticalDockContainer.js';
31+
export * from './i18n/Localizer.js';

0 commit comments

Comments
 (0)