UNPKG

@polygonjs/polygonjs

Version:

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

6 lines (5 loc) 265 B
import { computed, Ref, ref } from '@vue/reactivity'; import { watch } from '@vue-reactivity/watch'; export declare function incrementRefSafely(_ref: Ref<number>): void; export declare function dummyReadRefVal(value: number): void; export { computed, ref, watch };