UNPKG
react-super
Version:
beta (1.5.4-beta.1)
beta1 (1.5.4-beta1)
beta2 (1.5.4-beta2)
latest (2.3.4)
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.13
2.2.12
2.2.11
2.2.10
2.2.9
2.2.8
2.2.7
2.2.6
2.2.5
2.2.4
2.2.3
2.2.2
2.2.1
2.2.0
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.5.9
1.5.7
1.5.6
1.5.5
1.5.4
1.5.4-beta2
1.5.4-beta1
1.5.4-beta.1
1.5.4-beta.0
1.5.3
1.5.3-beta.0
1.5.2
1.5.1
1.5.0
1.4.96
1.4.95
1.4.94
1.4.93
1.4.92
1.4.91
1.4.90
1.4.63
1.4.62
1.4.61
1.4.60
1.4.59
1.4.58
1.4.57
1.4.56
1.4.55
1.4.54
1.4.53
1.4.52
1.4.51
1.4.50
1.4.49
1.4.48
1.4.47
1.4.46
1.4.45
1.4.44
1.4.43
1.4.42
1.4.41
1.4.40
1.4.39
1.4.38
1.4.37
1.4.36
1.4.35
1.4.34
1.4.33
1.4.32
1.4.31
1.4.30
1.4.29
1.4.28
1.4.27
1.4.26
1.4.25
1.4.24
1.4.23
1.4.22
1.4.21
1.4.20
1.4.19
1.4.18
1.4.17
1.4.16
1.4.15
1.4.14
1.4.13
1.4.12
1.4.11
1.4.10
1.4.9
1.4.8
1.4.7
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.5
1.2.3
1.2.2
1.2.1
1.2.0
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
企业级react组件库
github.com/Shipeijing/react-super
Shipeijing/react-super
react-super
/
esm
/
Dialog
/
index.d.ts
7 lines
(6 loc)
•
232 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
DialogWrap
from
'./DialogWrap'
;
import
Panel
from
'./Dialog/Content/Panel'
;
import
type
{
IDialogPropTypes
as
DialogProps
}
from
'./IDialogPropTypes'
;
export
type
{
DialogProps
};
export
{
Panel
};
export
default
DialogWrap
;