UNPKG

react-xiangqiboard

Version:

A simple Xiangqi Board for React. Inspired and adapted from the unmaintained Chessboard.jsx. A fork of react-chessboard.

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 {};