UNPKG

chessground

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