UNPKG

@zoendev/react-chessboard-v2

Version:

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

7 lines (6 loc) 219 B
import { PromotionPieceOption } from "../types"; type Props = { option: PromotionPieceOption; }; export declare function PromotionOption({ option }: Props): import("react/jsx-runtime").JSX.Element; export {};