UNPKG

ng-devui

Version:

DevUI components based on Angular

8 lines (7 loc) 309 B
export declare function getCaretCoordinates(element: any, position: any, options?: any): { top: number; left: number; height: number; }; export declare function getRegExp(prefix: string | string[]): RegExp; export declare function getMentions(value: string, prefix?: string | string[]): string[];