10000 fix: better dts for html5 metadata · html-validate/html-validate@8e9537c · GitHub
[go: up one dir, main page]

Skip to content

Commit 8e9537c

Browse files
committed
fix: better dts for html5 metadata
1 parent 3a3f554 commit 8e9537c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/html5.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
declare const value: Record<string, unknown>;
1+
declare const value: import("html-validate").MetaDataTable;
22
export default value;

0 commit comments

Comments
 (0)
0