[新增] select 组件
This commit is contained in:
@@ -1 +1,2 @@
|
||||
export * from './public'
|
||||
export * from './select'
|
||||
4
src/module/type/select.ts
Normal file
4
src/module/type/select.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export interface SelectItem {
|
||||
label?: String,
|
||||
value?: String
|
||||
}
|
||||
Reference in New Issue
Block a user