chore(project): refactor types dir
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
export type * from './ui';
|
||||
export type * from '@vben-core/typings';
|
||||
@@ -0,0 +1,6 @@
|
||||
interface SelectListItem {
|
||||
label: string;
|
||||
value: string;
|
||||
}
|
||||
|
||||
export type { SelectListItem };
|
||||
Reference in New Issue
Block a user