UNPKG

@polygonjs/polygonjs

Version:

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

7 lines (6 loc) 322 B
import { Constructor } from '../../../../types/GlobalTypes'; export declare function AdvancedFolderParamConfig<TBase extends Constructor>(Base: TBase): { new (...args: any[]): { advanced: import("../../utils/params/ParamsConfig").ParamTemplate<import("../../../index_all").ParamType.FOLDER>; }; } & TBase;