UNPKG

react-chessboard-expandable

Version:

A fork of the react-chessboard library to support an expandable chessboard

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[];