/*
 * Public API Surface of ngx-chess-board
 */

export * from './lib/ngx-chess-board.module';
export * from './lib/history-move-provider/history-move';
export * from './lib/utils/inputs/piece-icon-input';

export * from './lib/ngx-chess-board.component';
export * from './lib/piece-promotion/piece-promotion-modal/piece-promotion-modal.component';

export * from './lib/ngx-chess-board-view';
export * from './lib/service/ngx-chess-board.service';
export * from './lib/service/ngx-chess-board.service';
export * from './lib/engine/outputs/move-change/move-change'

/*
 * Public API Surface of im-grid
 */
