@kengic/vue 0.26.5-beta.3 → 0.26.5-beta.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,4 @@
1
+ import { Q } from '@thymine/xunee';
2
+ import { Ref } from 'vue';
3
+ export declare type IUseResizeObserver = {};
4
+ export declare function _useResizeObserver(kgCanvasRef: Ref<HTMLDivElement | null>, graph: Ref<Q.Graph | null>): IUseResizeObserver;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kengic/vue",
3
- "version": "0.26.5-beta.3",
3
+ "version": "0.26.5-beta.5",
4
4
  "scripts": {
5
5
  "build": "npm run switch-node-version && rimraf dist && vue-tsc && vite build",
6
6
  "build:dev": "npm run switch-node-version && rimraf dist && vue-tsc && vite build --mode development",