UNPKG

@polygonjs/polygonjs

Version:

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

4 lines (3 loc) 292 B
import { PresetRegister } from '../BasePreset'; import { OnChildAttributeUpdateJsNode } from '../../../src/engine/nodes/js/OnChildAttributeUpdate'; export declare const onChildAttributeUpdateJsPresetRegister: PresetRegister<typeof OnChildAttributeUpdateJsNode, OnChildAttributeUpdateJsNode>;