/** * 下拉选项类型 */ import { PrimaryKey } from "./baseModel"; export declare type Option = { label: string; value: T; };