@byteluck-fe/runtime-engine 2.0.3 → 2.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,4 +1,4 @@
1
- import { Ref, PropType, VNodeChild } from 'vue';
1
+ import { PropType, VNodeChild } from 'vue';
2
2
 
3
3
  export type Omit<T, K extends keyof T> = Pick<T, Exclude<keyof T, K>>;
4
4
  export declare const tuple: <T extends string[]>(...args: T) => T;
@@ -24,7 +24,4 @@ export interface PropOptions<T = any, D = T> {
24
24
  }
25
25
  export type VueNode = VNodeChild | JSX.Element;
26
26
  export declare const withInstall: <T>(comp: any) => T & Plugin;
27
- declare global {
28
- type MayBeRef<T> = Ref<T> | T;
29
- }
30
27
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteluck-fe/runtime-engine",
3
- "version": "2.0.3",
3
+ "version": "2.0.4",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "./dist/runtime-engine.js",