UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 325 B
import { Ref } from '@vue/reactivity'; export declare function getOrCreateNodeRef(nodePath: string): Ref<number>; export declare function getNodeRef(nodePath: string): Ref<number> | undefined; export declare function createNodeRef(nodePath: string): Ref<number>; export declare function touchNodeRef(nodePath: string): void;