react-visual-annotator
Version:
Powerful React image and video annotation tool for machine learning, computer vision, and AI training data creation. Features rotatable bounding boxes, polygons, keypoints, segmentation with TypeScript support and Material-UI components.
17 lines (16 loc) • 527 B
TypeScript
/// <reference types="react" />
export declare const HistorySidebarBox: ({ history, onRestoreHistory, }: {
history: Array<{
name: string;
time: Date;
}>;
onRestoreHistory: () => void;
}) => import("react/jsx-runtime").JSX.Element;
declare const _default: import('react').MemoExoticComponent<({ history, onRestoreHistory, }: {
history: {
name: string;
time: Date;
}[];
onRestoreHistory: () => void;
}) => import("react/jsx-runtime").JSX.Element>;
export default _default;