Skip to content

Commit e923149

Browse files
committed
More typings.
1 parent 0cb3fdf commit e923149

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

typings/mdn-browser-compat-data.d.ts

+15
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,18 @@ declare module 'mdn-browser-compat-data/html/global_attributes.json' {
122122
var types: MDN.GlobalAttributesCompat;
123123
export = types;
124124
}
125+
126+
declare module 'mdn-browser-compat-data/html/elements/*.json' {
127+
var types: MDN.AttributesCompat;
128+
export = types;
129+
}
130+
131+
declare module 'mdn-browser-compat-data/svg/attributes/*.json' {
132+
var types: MDN.AttributesCompat;
133+
export = types;
134+
}
135+
136+
declare module 'mdn-browser-compat-data/svg/elements/*.json' {
137+
var types: MDN.AttributesCompat;
138+
export = types;
139+
}

0 commit comments

Comments
 (0)