/** * 选择模式 * point 点选 * area 区域选择 */ export type SelectModeType = 'point' | 'area';