Browse Source

types: 导出authentication组件的type,自定义toolbarList时类型使用ToolbarType (#6158)

Co-authored-by: 车文烨 <chewy@china-lehua.com>
chewenye 4 months ago
parent
commit
b46ebe756e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      packages/effects/layouts/src/authentication/index.ts

+ 1 - 0
packages/effects/layouts/src/authentication/index.ts

@@ -1 +1,2 @@
 export { default as AuthPageLayout } from './authentication.vue';
+export * from './types';