From 0ea37cf8aa98142481c16e7355ad9a6c81e64274 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A9d=C3=A9d=C3=A9=20Raymond=20KPATCHAA?= Date: Sat, 19 Jul 2025 00:33:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f13e1e54..5f936f94 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,11 @@ declare module 'react-native-svg' { className?: string; } } +declare module "phosphor-react-native" { + interface IconProps extends DefaultIconProps { + className?: string; + } +} ``` ### Props