shogiground
Version:
lishogi.org shogi ui
5 lines • 311 B
TypeScript
import type { State } from './state.js';
import type { BoardElements } from './types.js';
export declare function wrapBoard(boardWrap: HTMLElement, s: State): BoardElements;
export declare function wrapHand(handWrap: HTMLElement, pos: 'top' | 'bottom', s: State): HTMLElement;
//# sourceMappingURL=wrap.d.ts.map