Add msTransform property in types/dom.d.ts
This commit is contained in:
Vendored
+4
@@ -27,3 +27,7 @@ interface Element {
|
|||||||
msRequestFullscreen(): Promise<void>;
|
msRequestFullscreen(): Promise<void>;
|
||||||
webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>;
|
webkitRequestFullscreen(allowKeyboardInput?: number): Promise<void>;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
interface CSSStyleDeclaration {
|
||||||
|
msTransform: string | null;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user