HtmlElementContext.ts
11 lines
| 230 B
| video/mp2t
|
TypeScriptLexer
cin
|
r65 | import { HtmlRendition } from "./HtmlRendition"; | ||
/** | ||||
* @deprecated use HtmlRendition | ||||
*/ | ||||
export type HtmlElementContext = HtmlRendition; | ||||
/** | ||||
* @deprecated use HtmlRendition | ||||
*/ | ||||
export const HtmlElementContext = HtmlRendition; | ||||