UNPKG

naive-ui

Version:

A Vue 3 Component Library. Fairly Complete, Theme Customizable, Uses TypeScript, Fast

7 lines (6 loc) 200 B
import type { SelectBaseOption } from '../../select/src/interface'; export type MentionOption = SelectBaseOption<string>; export interface MentionInst { focus: () => void; blur: () => void; }