select option type
This commit is contained in:
@@ -12,6 +12,11 @@ import {
|
||||
} from './helpers'
|
||||
import { FormSchemaCtrl } from './ctrl'
|
||||
|
||||
export type TUiFieldSelectOption = {
|
||||
text: string
|
||||
value: string
|
||||
}
|
||||
|
||||
/**
|
||||
* Create field schema.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user