UNPKG

testpub-ssr

Version:

Test Pub SSR

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