UNPKG

carbon-react

Version:

A library of reusable React components for easily building user interfaces.

4 lines (3 loc) 266 B
import { MenuTextMatch } from "@lexical/react/LexicalTypeaheadMenuPlugin"; export declare function checkForAtSignMentions(text: string, minMatchLength: number): MenuTextMatch | null; export declare function getPossibleQueryMatch(text: string): MenuTextMatch | null;