UNPKG

@realsee/dnalogel

Version:
12 lines (11 loc) 572 B
import type * as ModelMakerPluginType from './typings'; import { Controller } from './Controller'; import type { BoxAnimationConfig } from './Controller'; export declare const ModelMakerPlugin: (five: import("@realsee/five").Five, config?: { tagContainerZIndex?: number; occlusionVisibility?: boolean | import("@realsee/five").Mode[]; occlusionMode?: "depthTest" | "translucence"; }) => ModelMakerPluginType.ModelMakerController; export type { Controller as ModelMakerPluginInstance }; export type { ModelMakerPluginType }; export type { BoxAnimationConfig };