UNPKG

react-chessboard-expandable

Version:

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

10 lines (9 loc) 315 B
type NotationProps = { file: string; rank: string; showNumbers: boolean; showLetters: boolean; squareColor: "white" | "black"; }; export declare function Notation({ file, rank, showNumbers, showLetters, squareColor }: NotationProps): import("react/jsx-runtime").JSX.Element; export {};