UNPKG
bnnvara-form
Version:
latest (1.0.1)
1.0.1
All form components for BNNVARA
bnnvara-form
/
src
/
index.js
10 lines
(8 loc)
•
167 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Input
from
'./style/input'
;
import
TextArea
from
'./style/textarea'
;
import
Select
from
'./style/select'
;
module
.
exports
= {
Input
,
TextArea
,
Select
, };