UNPKG

@zoendev/react-chessboard-v2

Version:

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

8 lines (7 loc) 353 B
import { PropsWithChildren } from "react"; type ErrorBoundaryProps = PropsWithChildren; export declare function ErrorBoundary({ children }: ErrorBoundaryProps): import("react/jsx-runtime").JSX.Element; export declare function WhiteKing({ showError }: { showError?: boolean | undefined; }): import("react/jsx-runtime").JSX.Element; export {};