@amnstak/react-image-annotate
Version:
[](https://www.npmjs.com/package/@amnstak/react-image-annotate)
9 lines (7 loc) • 327 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;