Skip to content

Commit 8373816

Browse files
committed
perf: content two dimensional array
1 parent 9c8c3f8 commit 8373816

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export type Options = {
1616

1717
export type Tag = string | boolean;
1818
export type Attributes = Record<string, string | number | boolean>;
19-
export type Content = NodeText | Node[];
19+
export type Content = NodeText | Node[] | Node[][];
2020

2121
export type NodeText = string | number;
2222
export type NodeTag = {

0 commit comments

Comments
 (0)