UNPKG

chessground12

Version:
4 lines (3 loc) 226 B
import { type Api } from './api'; import { type Config } from './config'; export declare function Chessground(element: HTMLElement, config?: Config, _height?: number, pocketTop?: HTMLElement, pocketBottom?: HTMLElement): Api;