UNPKG

@amnstak/react-image-annotate

Version:

[![npm version](https://img.shields.io/npm/v/@asi/react-image-annotate.svg)](https://www.npmjs.com/package/@amnstak/react-image-annotate)

9 lines (7 loc) 327 B
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;