UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 235 B
import { ParamJsonExporter } from '../Param'; import { NodePathParam } from '../../../../params/NodePath'; export declare class ParamNodePathJsonExporter extends ParamJsonExporter<NodePathParam> { add_main(): string | undefined; }