.
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import React from 'react'
|
||||
|
||||
declare module 'react' {
|
||||
interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
|
||||
jsx?: boolean
|
||||
global?: boolean
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user