@a-drowned-fish/rox-v 1.0.25 → 1.0.26

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,5 +1,6 @@
1
- import { Component, Plugin } from 'vue';
2
- declare const Tab: Component & Plugin;
1
+ import { Plugin } from 'vue';
2
+ import { default as TabComponents } from './tab.vue';
3
+ declare const Tab: typeof TabComponents & Plugin;
3
4
  export * from './types';
4
5
  declare const _default: typeof Tab & Plugin;
5
6
  export default _default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-drowned-fish/rox-v",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "description": "vue3 组件库,提供常用的 ui 组件,如按钮、输入框、下拉选择框、选项卡等",
5
5
  "main": "dist/lib/index.js",
6
6
  "module": "dist/es/index.js",