Skip to content

Commit c4b4c53

Browse files
committed
enhacement(styled-jsx): adds styled-jsx types
1 parent 4724ad8 commit c4b4c53

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

types/styled-jsx.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
import 'react'
2+
3+
declare module "react" {
4+
interface HTMLProps<T> {
5+
jsx?: boolean;
6+
global?: boolean;
7+
}
8+
}

0 commit comments

Comments
 (0)