Browse Source

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

Co-authored-by: 车文烨 <chewy@china-lehua.com>
electron-v5
chewenye 9 months ago
committed by Netfan
parent
commit
9311c658a1
  1. 1
      packages/effects/layouts/src/authentication/index.ts

1
packages/effects/layouts/src/authentication/index.ts

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

Loading…
Cancel
Save