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)

10 lines (8 loc) 317 B
import { ReactNode } from 'react'; interface RightSidebarProps { children: ReactNode; initiallyExpanded?: boolean; height?: number; } export declare const RightSidebar: ({ children, initiallyExpanded, height, }: RightSidebarProps) => import("react/jsx-runtime").JSX.Element; export default RightSidebar;