소스 검색

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

Co-authored-by: 车文烨 <chewy@china-lehua.com>
chewenye 4 달 전
부모
커밋
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';