We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce0e6f commit bf2fb73Copy full SHA for bf2fb73
types/index.d.ts
@@ -18,7 +18,7 @@ export type Tag = string | boolean;
18
export type Attributes = Record<string, string>;
19
export type Content = NodeText | Node[];
20
21
-export type NodeText = string;
+export type NodeText = string | number;
22
export type NodeTag = {
23
tag?: Tag;
24
attrs?: Attributes;
0 commit comments