From c2c12686e480bb1b5d1c37cf0c78ed3e17540eac Mon Sep 17 00:00:00 2001 From: Jiachi Liu Date: Tue, 24 Jan 2023 18:36:54 +0100 Subject: [PATCH] fix: including global typing --- global.d.ts | 5 ----- index.d.ts | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/global.d.ts b/global.d.ts index b58a66d4..af103a71 100644 --- a/global.d.ts +++ b/global.d.ts @@ -1,8 +1,3 @@ -/// -/// -/// -/// - import React from 'react' declare module 'react' { diff --git a/index.d.ts b/index.d.ts index 3d015b8e..422fdd3f 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,3 +1,8 @@ +/// +/// +/// +/// + declare module 'styled-jsx' { export type StyledJsxStyleRegistry = { styles(options?: { nonce?: string }): JSX.Element[]