From e2a1812f4b12d4d2aec2dd9162dfc0e8c48c8d20 Mon Sep 17 00:00:00 2001 From: Abid Shaikh Date: Sun, 7 Apr 2024 16:43:20 +0000 Subject: [PATCH] style type support --- @types/index.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/@types/index.d.ts b/@types/index.d.ts index a3f50b6..7e54513 100644 --- a/@types/index.d.ts +++ b/@types/index.d.ts @@ -5,7 +5,7 @@ export as namespace ReactSocks; declare namespace ReactSocks { interface Props { - [key: string]: React.ReactNode | string | boolean; + [key: string]: React.ReactNode | React.CSSProperties | string | boolean; children?: React.ReactNode; up?: boolean; down?: boolean;