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[]