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