UNPKG

react-chessboard

Version:
7 lines (6 loc) 240 B
import { ChessboardOptions } from './ChessboardProvider.js'; type ChessboardProps = { options?: ChessboardOptions; }; export declare function Chessboard({ options }: ChessboardProps): import("react/jsx-runtime").JSX.Element; export {};