File size: 160 Bytes
fea495a
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import React from 'react'

declare module 'react' {
  interface StyleHTMLAttributes<T> extends HTMLAttributes<T> {
    jsx?: boolean
    global?: boolean
  }
}