UNPKG

react-chessboard-expandable

Version:

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

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 {};