UNPKG

@saran-ign/react-image-annotate

Version:
5 lines (4 loc) 181 B
import { MainLayoutState } from './types'; import { Region } from '../types/region-tools.ts'; declare const _default: (state: MainLayoutState) => Region[]; export default _default;