UNPKG
testpub-ssr
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Test Pub SSR
testpub-ssr
/
src
/
types
/
custom.d.ts
9 lines
(7 loc)
•
158 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
'react'
;
declare
module
'react'
{
interface
StyleHTMLAttributes
<T>
extends
React
.
HTMLAttributes
<T> {
jsx
?:
boolean
;
global
?:
boolean
; } }