@saran-ign/react-image-annotate
Version:
An Image Annotate Library for React
8 lines (7 loc) • 326 B
TypeScript
import { Action, MainLayoutState } from '../MainLayout/types.ts';
interface DebugSidebarBoxProps {
state: MainLayoutState;
lastAction: Action | undefined;
}
export declare const DebugSidebarBox: ({ state, lastAction, }: DebugSidebarBoxProps) => import("react/jsx-runtime").JSX.Element;
export default DebugSidebarBox;