UNPKG

@turbox3d/design-engine

Version:

Large-scale design application engine library

8 lines (7 loc) 253 B
import { EnvViewMounter } from './ViewMounter'; import { renderPluginView } from './renderPluginView'; declare const MountSystem: { EnvViewMounter: typeof EnvViewMounter; renderPluginView: typeof renderPluginView; }; export default MountSystem;