UNPKG

graphdb-workbench

Version:
13 lines (10 loc) 261 B
import {PluginRegistry} from './src/models/plugin/plugin-registry'; import {SingleSpa} from '@ontotext/workbench-api'; declare global { interface Window { wbDevMode: boolean; PluginRegistry: PluginRegistry; singleSpa: SingleSpa; } } export {}