shogiground
Version:
lishogi.org shogi ui
5 lines • 312 B
TypeScript
import type { State } from './state.js';
import type { WrapElements, WrapElementsBoolean } from './types.js';
export declare function redrawAll(wrapElements: WrapElements, state: State): void;
export declare function detachElements(web: WrapElementsBoolean, state: State): void;
//# sourceMappingURL=dom.d.ts.map