import type { SelectBaseOption } from '../../select/src/interface'; export type MentionOption = SelectBaseOption; export interface MentionInst { focus: () => void; blur: () => void; }