UNPKG

chessground-haichess

Version:
4 lines (3 loc) 138 B
import { State } from './state'; export declare function render(s: State): void; export declare function updateBounds(s: State): void;