UNPKG

soonspacejs

Version:
8 lines (7 loc) 281 B
import { BaseObjectInfo } from '../Interface'; import { BaseObject3D } from './BaseObject3D'; type PluginObjectInfo = BaseObjectInfo; declare class PluginObject extends BaseObject3D { constructor(params?: PluginObjectInfo); } export { PluginObject, PluginObjectInfo, };