UNPKG

chessground

Version:
4 lines (3 loc) 151 B
import { Api } from './api.js'; import { Config } from './config.js'; export declare function Chessground(element: HTMLElement, config?: Config): Api;