UNPKG

@zoendev/react-chessboard-v2

Version:

The React Chessboard Library used at ChessOpenings.co.uk. Inspired and adapted from the unmaintained Chessboard.jsx.

12 lines (11 loc) 389 B
import { BoardPosition } from "./types"; export declare const COLUMNS: string[]; export declare const START_POSITION_OBJECT: BoardPosition; export declare const WHITE_COLUMN_VALUES: { [col in string]: number; }; export declare const BLACK_COLUMN_VALUES: { [col in string]: number; }; export declare const WHITE_ROWS: number[]; export declare const BLACK_ROWS: number[];