UNPKG

react-chessboard

Version:
6 lines (5 loc) 171 B
type SparePieceProps = { pieceType: string; }; export declare function SparePiece({ pieceType }: SparePieceProps): import("react/jsx-runtime").JSX.Element; export {};