@web_xiaobai/business-ui 0.0.33 → 0.0.34
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.
|
@@ -6,5 +6,6 @@ export { default as ForgeLogoIcon } from './forge';
|
|
|
6
6
|
export { default as OmniLogoIcon } from './omni';
|
|
7
7
|
export { default as RightIcon } from './right';
|
|
8
8
|
export { default as RoboLogoIcon } from './robo';
|
|
9
|
+
export { default as RoverLogoIcon } from './rover';
|
|
9
10
|
export { default as StudioLogoIcon } from './studio';
|
|
10
11
|
export { default as SwitchUserIcon } from './switch-user';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
declare const _default: import('vue').DefineComponent<{}, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>;
|
|
2
|
+
export default _default;
|