UNPKG

react-xiangqiboard

Version:

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

8 lines (7 loc) 250 B
export type CustomDragLayerProps = { boardContainer: { left: number; top: number; }; }; export declare function CustomDragLayer({ boardContainer }: CustomDragLayerProps): import("react/jsx-runtime").JSX.Element | null;