UNPKG

@saran-ign/react-image-annotate

Version:
5 lines (4 loc) 263 B
import { Region } from '../../types/region-tools.ts'; import { MainLayoutVideoAnnotationState } from '../../MainLayout/types.ts'; declare const _default: (keyframes: MainLayoutVideoAnnotationState["keyframes"], time: number) => Region[]; export default _default;