UNPKG

polygonjs-engine

Version:

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

6 lines (5 loc) 251 B
import { ParamJsonExporter } from '../Param'; import { OperatorPathParam } from '../../../../params/OperatorPath'; export declare class ParamOperatorPathJsonExporter extends ParamJsonExporter<OperatorPathParam> { add_main(): string | undefined; }