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