UNPKG
ygd
Version:
latest (3.15.13)
previous (3.16.13)
3.16.13
3.16.12
3.16.11
3.16.10
3.16.9
3.16.8
3.16.7
3.16.6
3.16.5
3.16.4
3.16.3
3.16.2
3.16.1
3.16.0
3.16.0-beta.3
3.16.0-beta.1
3.15.13
3.15.12
3.15.11
3.15.10
3.15.9
3.15.8
3.15.7
3.15.6
3.15.5
3.15.4
3.15.3
3.15.2
3.15.1
An enterprise-class UI design language and React-based implementation
ygd.ygego.dev1
appzk/yg-design
ygd
/
es
/
input
/
index.js
10 lines
•
278 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Input
from
'./Input'
;
import
Group
from
'./Group'
;
import
Search
from
'./Search'
;
import
TextArea
from
'./TextArea'
;
import
Password
from
'./Password'
;
Input
.
Group
=
Group
;
Input
.
Search
=
Search
;
Input
.
TextArea
=
TextArea
;
Input
.
Password
=
Password
;
export
default
Input
;