import { SelectOptionWithGroup } from "../select"; import { StyledProps } from "../_type"; export interface SegmentOption extends SelectOptionWithGroup, StyledProps { /** * 弹出气泡内容 */ bubble?: React.ReactNode; }