UNPKG
tandem-front-end
Version:
latest (10.1.38)
10.1.38
10.1.36
10.1.35
10.1.33
10.1.32
10.1.31
10.1.30
10.1.25
10.1.23
10.1.22
10.1.21
10.1.20
10.1.19
10.1.18
10.1.17
10.1.16
10.1.15
10.1.14
10.1.12
10.1.10
10.1.9
10.1.8
10.1.7
10.1.6
10.1.5
10.1.4
10.1.2
10.1.1
10.1.0
10.0.36
10.0.33
10.0.32
10.0.31
10.0.29
10.0.28
10.0.27
10.0.26
10.0.25
10.0.24
10.0.22
10.0.12
10.0.11
10.0.10
10.0.9
10.0.8
10.0.3
10.0.2
10.0.1
3.0.1
3.0.0
Visual editor for web components
github.com/tandemcode/aerial
crcn/aerial
tandem-front-end
/
src
/
global.pc.d.ts
11 lines
(7 loc)
•
168 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
*
as
React
from
"react"
;
type
TextProps
= {
text
?:
string
; } &
React
.
HTMLAttributes
<
any
>;
type
ElementProps
= {
ref
?:
any
; } &
React
.
HTMLAttributes
<
any
>;