We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11edb28 commit bd5dfa6Copy full SHA for bd5dfa6
packages/render-html/src/shared-types.ts
@@ -10,7 +10,6 @@ import type {
10
} from 'react-native';
11
import type {
12
CSSPropertyNameList,
13
- CustomElementModel,
14
Document,
15
DocumentContext as TREDocumentContext,
16
DomVisitorCallbacks,
@@ -44,8 +43,7 @@ import type { ParserOptions as HtmlParserOptions } from 'htmlparser2';
44
43
*/
45
export type HTMLElementModelRecord = Record<
46
string,
47
- | CustomElementModel<string, HTMLContentModel>
48
- | HTMLElementModel<string, HTMLContentModel>
+ HTMLElementModel<string, HTMLContentModel>
49
>;
50
51
/**
0 commit comments