index.ts 160 B

1234
  1. export { default as Authority } from './authority.vue';
  2. export * from './generate-menu-and-routes';
  3. export type * from './types';
  4. export * from './use-access';