UNPKG

chessground12

Version:
12 lines (11 loc) 545 B
import type { Config } from './config'; import type { Key, Piece, PieceLetter } from './types'; import type { Color } from './types'; export declare const anonConfig: Config; export declare const liveConfig: Config; export declare const liveFightConfig: Config; export declare const userProfileConfig: Config; export declare function p(color: Color): PieceLetter[]; export declare function p2(color: Color): PieceLetter[]; export declare function pieceDropped(_piece: Piece, _key: Key): void; export declare function select2(_key: Piece): void;