import type { Key } from '@antdv/ui/es/types'; import type { RawValueType } from './BaseSelect'; export interface FlattenOptionData { label?: any; data: OptionType; key: Key; value?: RawValueType; groupOption?: boolean; group?: boolean; }