select option type
This commit is contained in:
parent
20c21ea73d
commit
13e639fa8d
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "axp-ts",
|
"name": "axp-ts",
|
||||||
"version": "1.9.9",
|
"version": "1.9.10",
|
||||||
"description": "TypeScript helper library",
|
"description": "TypeScript helper library",
|
||||||
"author": "AntoXa PRO <info@antoxa.pro>",
|
"author": "AntoXa PRO <info@antoxa.pro>",
|
||||||
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
|
"homepage": "https://antoxahub.ru/antoxa/axp-ts",
|
||||||
|
@ -12,6 +12,11 @@ import {
|
|||||||
} from './helpers'
|
} from './helpers'
|
||||||
import { FormSchemaCtrl } from './ctrl'
|
import { FormSchemaCtrl } from './ctrl'
|
||||||
|
|
||||||
|
export type TUiFieldSelectOption = {
|
||||||
|
text: string
|
||||||
|
value: string
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Create field schema.
|
* Create field schema.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user