UNPKG

@polygonjs/polygonjs

Version:

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

5 lines (4 loc) 316 B
import { Ref } from '@vue/reactivity'; import { CoreObjectType, ObjectContent } from '../geometry/ObjectContent'; export declare function getObjectChildrenCountRef(object: ObjectContent<CoreObjectType>): Ref<number>; export declare function updateObjectChildrenCountRef(object: ObjectContent<CoreObjectType>): void;