UNPKG

@polygonjs/polygonjs

Version:

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

8 lines (7 loc) 284 B
import {Constructor} from '../../../../types/GlobalTypes'; import {ParamConfig} from '../../utils/params/ParamsConfig'; export function AdvancedFolderParamConfig<TBase extends Constructor>(Base: TBase) { return class Mixin extends Base { advanced = ParamConfig.FOLDER(null); }; }