UNPKG

shogiground

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