UNPKG
jc-biz-components
Version:
latest (1.0.3)
1.0.3
1.0.1
1.0.0
jc component library based on Antd
jc-biz-components
/
components
/
modal
/
index.js
6 lines
(3 loc)
•
147 B
JavaScript
View Raw
1
2
3
4
5
6
import
{ showModalWrapper }
from
'./ModalWrapper'
import
{ showModalForm }
from
'./ModalForm'
export
default
{ showModalWrapper, showModalForm }