Skip to content

Commit

Permalink
fix: including global typing (#826)
Browse files Browse the repository at this point in the history
  • Loading branch information
huozhi committed Jan 25, 2023
1 parent d0b2f75 commit 5870e59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 0 additions & 5 deletions global.d.ts
@@ -1,8 +1,3 @@
/// <reference types="./css" />
/// <reference types="./index" />
/// <reference types="./macro" />
/// <reference types="./style" />

import React from 'react'

declare module 'react' {
Expand Down
5 changes: 5 additions & 0 deletions index.d.ts
@@ -1,3 +1,8 @@
/// <reference types="./css" />
/// <reference types="./macro" />
/// <reference types="./style" />
/// <reference types="./global" />

declare module 'styled-jsx' {
export type StyledJsxStyleRegistry = {
styles(options?: { nonce?: string }): JSX.Element[]
Expand Down

0 comments on commit 5870e59

Please sign in to comment.