We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c8c3f8 commit 8373816Copy full SHA for 8373816
types/index.d.ts
@@ -16,7 +16,7 @@ export type Options = {
16
17
export type Tag = string | boolean;
18
export type Attributes = Record<string, string | number | boolean>;
19
-export type Content = NodeText | Node[];
+export type Content = NodeText | Node[] | Node[][];
20
21
export type NodeText = string | number;
22
export type NodeTag = {
0 commit comments