Skip to content

Commit

Permalink
Merge pull request #122 from qwerty084/expose-all-types
Browse files Browse the repository at this point in the history
export all available types
  • Loading branch information
Luca Hendrik Helms authored Feb 18, 2023
2 parents 3dfc2fd + 0e7dfc5 commit b4d1315
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import '@/assets/board.css';

export { default as TheChessboard } from './components/TheChessboard.vue';
export { default as ChessboardAPI } from './classes/BoardApi';
export type { default as BoardConfig } from './typings/BoardConfig';
export type { BoardAPI } from './typings/BoardAPI';
export * from './typings/BoardAPI';
export * from './typings/Chessboard';
export * from './typings/BoardConfig';

0 comments on commit b4d1315

Please sign in to comment.