UNPKG
qp-es-ui
Version:
latest (5.0.0)
5.0.0
3.1.0
3.0.2
3.0.1
3.0.0
2.0.1-alpha.1
2.0.0-alpha.1
1.0.0-alpha.1
Query Park UI Components for React
github.com/QueryPark/UIKit
QueryPark/UIKit
qp-es-ui
/
src
/
index.js
10 lines
(8 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
Search
from
'./Search'
import
*
as
Components
from
'./components'
import
*
as
util
from
'./util'
export
{
Search
,
Components
, util }