@realsee/dnalogel
Version:
7 lines (6 loc) • 334 B
TypeScript
import type { Five } from '@realsee/five';
import type * as ModelMakerPluginType from './typings';
import { Controller } from './Controller';
export declare const ModelMakerPlugin: (five: Five) => ModelMakerPluginType.ModelMakerController;
export type { Controller as ModelMakerPluginInstance };
export type { ModelMakerPluginType };