import { LitElement, html, css, TemplateResult, CSSResultArray } from 'lit'; import { customElement, property } from 'lit/decorators.js'; import { unsafeHTML } from 'lit/directives/unsafe-html.js'; import { styles as editorStyles } from '../nile-wysiwyg-editor.css'; /** * Renders sanitized document HTML inside its OWN shadow root. Any author * `