parent
d2175b40a4
commit
70b693ef3c
2 changed files with 2 additions and 15 deletions
6
src/@types/global.d.ts
vendored
6
src/@types/global.d.ts
vendored
|
|
@ -17,12 +17,6 @@ limitations under the License.
|
|||
import "matrix-js-sdk/src/@types/global";
|
||||
|
||||
declare global {
|
||||
interface Document {
|
||||
// Safari only supports this prefixed, so tell the type system about it
|
||||
webkitExitFullscreen: () => void;
|
||||
webkitFullscreenElement: HTMLElement | null;
|
||||
}
|
||||
|
||||
interface Window {
|
||||
// TODO: https://gitlab.matrix.org/matrix-org/olm/-/issues/10
|
||||
OLM_OPTIONS: Record<string, string>;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue