react-chessboard-expandable
Version:
A fork of the react-chessboard library to support an expandable chessboard
8 lines (7 loc) • 341 B
TypeScript
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;
}): import("react/jsx-runtime").JSX.Element;
export {};