@yetuzi/vue3-query-components 1.1.3 → 1.1.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.
package/dist/index.d.ts CHANGED
@@ -116,6 +116,9 @@ export declare const CommonRadio: DefineComponent<CommonRadioProps>
116
116
  export declare const CommonSwitch: DefineComponent<CommonSwitchProps>
117
117
  export declare const CommonConfigProvider: DefineComponent<any>
118
118
 
119
+ // 版本号
120
+ export declare const version: string
121
+
119
122
  // 配置对象
120
123
  export declare const config: Config
121
124