UNPKG

next

Version:

The React Framework

9 lines (7 loc) 160 B
import React from 'react' declare module 'react' { interface StyleHTMLAttributes<T> extends HTMLAttributes<T> { jsx?: boolean global?: boolean } }