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