Skip to content

Commit

Permalink
chore: add export getConfig (#1422)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feverqwe authored Mar 13, 2024
1 parent d2e9d41 commit 1e8ff11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ export * from './utils/event-broker';
export {getComponentName} from './utils/getComponentName';
export * from './utils/withEventBrokerDomHandlers';
export * from './utils/layer-manager';
export {Lang, configure} from './utils/configure';
export {Lang, configure, getConfig} from './utils/configure';
export * from './utils/xpath';
export {getUniqId} from './utils/common';

0 comments on commit 1e8ff11

Please sign in to comment.