UNPKG

@saran-ign/react-image-annotate

Version:
16 lines (15 loc) 500 B
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;