export interface CaretPos { left?: string; right?: string; } export type PreventCloseSelectors = Array;