UNPKG

@zoendev/react-chessboard-v2

Version:

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

7 lines (6 loc) 188 B
type NotationProps = { row: number; col: number; }; export declare function Notation({ row, col }: NotationProps): import("react/jsx-runtime").JSX.Element | null; export {};