UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

7 lines (6 loc) 244 B
import { NodeContext } from '../../../poly/NodeContext'; import { TypedNode } from '../../_Base'; export declare class NodeBaseState<NC extends NodeContext> { protected node: TypedNode<NC, any>; constructor(node: TypedNode<NC, any>); }