import { TAG_POSITION } from './IItemTagInfo'; export interface ISetItemTagOption { tag: HTMLElement; parentId: string; pos?: TAG_POSITION; }