UNPKG

react-xiangqiboard

Version:

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

6 lines (5 loc) 343 B
/// <reference types="react" /> import { ChessboardProps } from "./types"; export { SparePiece } from "./components/SparePiece"; export { ChessboardDnDProvider } from "./components/DnDRoot"; export declare const Chessboard: import("react").ForwardRefExoticComponent<Omit<ChessboardProps, "ref"> & import("react").RefAttributes<unknown>>;