UNPKG

@yuntijs/ui

Version:

☁️ Yunti UI - an open-source UI component library for building Cloud Native web apps

6 lines (5 loc) 252 B
import type { MentionOption } from '../../types'; import { MentionMenuOption } from './utils'; export declare const useOptions: (allOptions: MentionOption[], queryString: string | null, trigger: string | null) => { options: MentionMenuOption[]; };