UNPKG

@rockshin/react-image-annotation

Version:

An image annotation tool for ai project that manual annotation for images, easy to use!

9 lines (8 loc) 229 B
type ITopPanel = { onPrevious: () => void; onNext: () => void; currentIndex: number; totalCount: number; }; export declare const TopPanel: (props: ITopPanel) => import("react/jsx-runtime").JSX.Element; export {};