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 250e42a commit 1b654f6Copy full SHA for 1b654f6
src/index.ts
@@ -5,3 +5,14 @@ import { BracketsViewer } from './main';
5
window.bracketsViewer = new BracketsViewer();
6
window.inMemoryDatabase = new InMemoryDatabase();
7
window.bracketsManager = new BracketsManager(window.inMemoryDatabase);
8
+
9
+export { BracketsViewer };
10
+export { ToI18nKey } from './lang';
11
+export {
12
+ Config,
13
+ MatchClickCallback,
14
+ Placement,
15
+ ViewerData,
16
+ ParticipantImage,
17
+ RoundNameInfo,
18
+} from './types';
0 commit comments