@partex/one-core 2.0.17 → 2.0.18
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/lib/components/icon/index.d.ts +1 -1
- package/lib/one-core.cjs +1 -1
- package/lib/one-core.js +1217 -1239
- package/lib/one-core.umd.cjs +1 -1
- package/package.json +1 -1
- package/volar.d.ts +1 -1
- /package/lib/components/icon/{Bar.vue.d.ts → User.vue.d.ts} +0 -0
|
@@ -22,4 +22,4 @@ export { default as IconPin } from './Pin.vue';
|
|
|
22
22
|
export { default as IconArrowDown } from './ArrowDown.vue';
|
|
23
23
|
export { default as IconArrowUp } from './ArrowUp.vue';
|
|
24
24
|
export { default as IconReset } from './Reset.vue';
|
|
25
|
-
export { default as
|
|
25
|
+
export { default as IconUser } from './User.vue';
|