mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 12:30:18 +00:00
petit-dom: update for TS3.5 DOM changes (#34640)
This commit is contained in:
Vendored
+2
-2
@@ -154,8 +154,8 @@ export namespace PetitDom {
|
||||
readonly props: P & IntrinsicProps;
|
||||
}
|
||||
|
||||
interface DomElements extends HTMLElementTagNameMap, SVGElementTagNameMap {
|
||||
"main": HTMLMainElement;
|
||||
interface DomElements extends HTMLElementTagNameMap, Pick<SVGElementTagNameMap, Exclude<keyof SVGElementTagNameMap, "a" | "script" | "style" | "title">> {
|
||||
"main": HTMLElement;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user