From 61b037700fc4a20c4481f6005459d51ccf63991d Mon Sep 17 00:00:00 2001 From: Adam Naji <110662505+Bashamega@users.noreply.github.com> Date: Sun, 2 Nov 2025 07:30:11 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#73939=20Adds=20Sty?= =?UTF-8?q?leMedia=20Interface=20by=20@Bashamega?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kagami Sascha Rosylight --- types/react/v15/index.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/react/v15/index.d.ts b/types/react/v15/index.d.ts index 893b21d879bd37..0c3382590996a8 100644 --- a/types/react/v15/index.d.ts +++ b/types/react/v15/index.d.ts @@ -3724,6 +3724,8 @@ declare namespace React { // https://github.com/nikeee/2048-typescript/blob/master/2048/js/touch.d.ts // ---------------------------------------------------------------------- + interface StyleMedia {} + interface AbstractView { styleMedia: StyleMedia; document: Document;