Просмотр исходного кода

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

Co-authored-by: 车文烨 <chewy@china-lehua.com>
chewenye 4 месяцев назад
Родитель
Сommit
b46ebe756e
1 измененных файлов с 1 добавлено и 0 удалено
  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';