UNPKG

react-chessboard-expandable

Version:

A fork of the react-chessboard library to support an expandable chessboard

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