From 0680dc56eaa4e3a7b28733acf634512b626fa625 Mon Sep 17 00:00:00 2001 From: Yossi Saadi Date: Sun, 12 May 2024 11:10:21 +0300 Subject: [PATCH] refactor: svgs are not imported directly --- declaration.d.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/declaration.d.ts b/declaration.d.ts index 96336ad..1eabbb4 100644 --- a/declaration.d.ts +++ b/declaration.d.ts @@ -1,9 +1 @@ declare module "*.module.css"; - -declare module "*.svg" { - import * as React from "react"; - - export const ReactComponent: React.FunctionComponent< - React.SVGProps & { title?: string } - >; -}