import { HtmlRendition } from "./HtmlRendition"; /** * @deprecated use HtmlRendition */ export type HtmlElementContext = HtmlRendition; /** * @deprecated use HtmlRendition */ export const HtmlElementContext = HtmlRendition;