diff --git a/custom.d.ts b/custom.d.ts deleted file mode 100644 index 1a3dd3c..0000000 --- a/custom.d.ts +++ /dev/null @@ -1,4 +0,0 @@ -declare module "*.svg" { - const content: any; - export default content; -} diff --git a/typings.d.ts b/typings.d.ts index 04494d2..5e300db 100644 --- a/typings.d.ts +++ b/typings.d.ts @@ -1,7 +1,10 @@ import { ITheme } from "./src/design/themes" import "styled-components" -declare module "*.svg" +declare module "*.svg" { + const content: any + export default content +} declare module "*.png" declare module "*.json"