UNPKG

chessground12

Version:
4 lines (3 loc) 173 B
import type { HeadlessState } from './state'; import { type Elements } from './types'; export declare function renderWrap(element: HTMLElement, s: HeadlessState): Elements;