mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-11 00:31:09 +08:00
chore(project): refactor types dir
This commit is contained in:
2
packages/types/src/index.ts
Normal file
2
packages/types/src/index.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export type * from './ui';
|
||||
export type * from '@vben-core/typings';
|
||||
6
packages/types/src/ui.ts
Normal file
6
packages/types/src/ui.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
interface SelectListItem {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { SelectListItem };
|
||||
Reference in New Issue
Block a user