@saran-ign/react-image-annotate
Version:
An Image Annotate Library for React
16 lines (15 loc) • 500 B
TypeScript
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: Array<{
name: string;
time: Date;
}>;
onRestoreHistory: () => void;
}) => import("react/jsx-runtime").JSX.Element>;
export default _default;