Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Drarig29 committed Jul 8, 2023
1 parent 250e42a commit 1b654f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,14 @@ import { BracketsViewer } from './main';
window.bracketsViewer = new BracketsViewer();
window.inMemoryDatabase = new InMemoryDatabase();
window.bracketsManager = new BracketsManager(window.inMemoryDatabase);

export { BracketsViewer };
export { ToI18nKey } from './lang';
export {
Config,
MatchClickCallback,
Placement,
ViewerData,
ParticipantImage,
RoundNameInfo,
} from './types';

0 comments on commit 1b654f6

Please sign in to comment.