UNPKG

shogiground

Version:
5 lines 311 B
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