UNPKG

@publishvue/chessground

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