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 524f1ad commit 60ec0c1Copy full SHA for 60ec0c1
types/index.d.ts
@@ -17,7 +17,7 @@ export type Options = {
17
export type Node = NodeText | NodeTag;
18
export type NodeText = string;
19
export type NodeTag = {
20
- tag: string;
+ tag?: string | boolean;
21
attrs?: Attributes;
22
content?: Node[];
23
};
0 commit comments