UNPKG

chessground12

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