UNPKG

ng-devui

Version:

DevUI components based on Angular

15 lines (14 loc) 296 B
export interface Mention { startPos: number; endPos: number; mention: string; } export interface MentionOnSearchTypes { value: string; trigger: string; } export interface MentionPositions { x?: number; y?: number; } export type MentionPositionType = 'top' | 'bottom';