UNPKG

onix-chess-game

Version:
5 lines (4 loc) 228 B
export { GameProps } from './chess/games/GameProps'; export { WatchGame } from './chess/games/watch/WatchGame'; export { AnalyseGame } from './chess/games/analyse/AnalyseGame'; export { register as i18nRegister } from './i18n';