UNPKG
@aqsc/sjgl-component
Version:
latest (0.4.4)
0.4.4
0.4.3
安全生产数据管理基于Element-UI自定义组件
gitlabas.chng.com.cn
@aqsc/sjgl-component
/
src
/
components
/
staffComponents
/
index.js
7 lines
(6 loc)
•
189 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
StaffByInputComponent
from
"./staffByInputComponent"
;
import
StaffsByInputComponent
from
"./staffsByInputComponent"
;
export
{
StaffByInputComponent
,
StaffsByInputComponent
}