/** * @file 所有列表选择类控件的父级,比如 Select、Radios、Checkboxes、 * List、ButtonGroup 等等 */ import { Api, PlainObject, ActionObject, OptionProps } from '../types'; import { FormControlProps, FormItemBasicConfig, FormBaseControl } from './Item'; export type OptionsControlComponent = React.ComponentType; import React from 'react'; import type { BaseApi, Option } from '../types'; export { Option }; export interface FormOptionsControlSelf { /** * 选项集合 */ options?: Array