@saran-ign/react-image-annotate
Version:
An Image Annotate Library for React
9 lines (8 loc) • 316 B
TypeScript
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;