@realsee/dnalogel
Version:
5 lines (4 loc) • 296 B
TypeScript
import type { FivePlugin } from '@realsee/five';
import type { ModelTVVideoPluginExportType, ModelTVVideoPluginParameterType } from './typings';
export declare const ModelTVVideoPlugin: FivePlugin<ModelTVVideoPluginParameterType, ModelTVVideoPluginExportType>;
export default ModelTVVideoPlugin;