UNPKG

chessground12

Version:
5 lines (4 loc) 223 B
import type { State } from './state'; import { Unbind } from './types'; export declare function bindBoard(s: State, onResize: () => void): void; export declare function bindDocument(s: State, onResize: () => void): Unbind;