import type { ActionObject, Api, DispatchEventFn, Option, RendererPropsData } from 'jamis-core'; import type { MutableRefObject } from 'react'; import type { ActionSchema, DialogSchema, FormBaseControl, FormControlProps, FormItemBasicConfig, FormItemSchemaObject } from '../types'; export type { Option, Options, OptionValue } from 'jamis-core'; export type OptionsControlComponent = React.ComponentType; export interface FormOptionsControl extends FormBaseControl { /** * 选项集合 */ options?: Array