Skip to content

Commit e50d710

Browse files
authored
revert: EventEmitter export (#2470)
1 parent 537706f commit e50d710

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
export {Lang, configure, getConfig} from './utils/configure';
22
export type {StringWithSuggest} from './utils/types';
3-
export {EventEmitter} from './utils/EventEmitter';
4-
export type {EventListeners} from './utils/EventEmitter';
53
export * from './components';
64
export * from './hooks';
75
export * from './utils/dom';

0 commit comments

Comments
 (0)