UNPKG

shogiground

Version:
4 lines 192 B
import type { State } from './state.js'; import type * as sg from './types.js'; export declare function render(s: State, boardEls: sg.BoardElements): void; //# sourceMappingURL=render.d.ts.map