shogiground
Version:
lishogi.org shogi ui
6 lines • 325 B
TypeScript
import type { State } from './state.js';
import type * as sg from './types.js';
export declare function bindBoard(s: State, boardEls: sg.BoardElements): void;
export declare function bindHand(s: State, handEl: HTMLElement): void;
export declare function bindDocument(s: State): sg.Unbind;
//# sourceMappingURL=events.d.ts.map