UNPKG

@zoendev/react-chessboard-v2

Version:

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

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;