UNPKG

@realsee/dnalogel

Version:
5 lines (4 loc) 266 B
import type { Five } from '@realsee/five'; import type * as AreaMakerPluginType from './typing'; export declare const AreaMakerPlugin: (five: Five, params?: AreaMakerPluginType.Params) => AreaMakerPluginType.AreaMakerController; export type { AreaMakerPluginType };