@blueking/ai-blueking 0.1.1 → 0.1.2-beta.2

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/vue2.d.ts CHANGED
@@ -1,2 +1,3 @@
1
+ export { RoleType } from './types/enum.ts';
1
2
  declare const _default: any;
2
3
  export default _default;
@@ -5578,5 +5578,6 @@ Dr({
5578
5578
  prefix: "bk"
5579
5579
  });
5580
5580
  export {
5581
+ dr as RoleType,
5581
5582
  G9 as default
5582
5583
  };