export interface AnchoredEditorData {
    anchoredElement: Element | undefined;
    elementName: string | null;
}
