UNPKG
codogo-react-widgets
Version:
latest (7.2.14)
7.2.14
7.2.13
7.2.12
7.2.11
7.2.10
7.2.9
7.2.3
7.2.2
7.2.1
7.2.0
7.1.5
7.1.4
7.1.3
7.1.2
7.1.1
7.1.0
7.0.2
7.0.1
7.0.0
6.9.5
6.9.4
6.9.3
6.9.2
6.9.1
6.9.0
6.8.1
6.8.0
6.7.0
6.6.1
6.6.0
6.5.1
6.5.0
6.4.0
6.3.4
6.3.3
6.3.2
6.3.1
6.3.0
6.2.12
6.2.11
6.2.8
6.2.7
6.2.6
6.2.5
6.2.4
6.2.3
6.2.2
6.2.1
6.2.0
6.1.1
6.1.0
6.0.2
6.0.1
6.0.0
5.5.12
5.5.11
5.5.10
5.5.9
5.5.8
5.5.7
5.5.6
5.5.5
5.5.4
5.5.3
5.5.2
5.5.1
5.5.0
5.4.4
5.4.3
5.4.2
5.4.1
5.3.1
5.3.0
5.2.0
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.11
5.0.10
5.0.9
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.4.0
3.3.3
3.3.2
3.3.1
3.3.0
3.2.6
3.2.4
3.2.3
3.2.2
3.2.1
3.2.0
3.1.9
3.1.8
3.1.7
3.1.6
3.1.5
3.1.4
3.1.2
3.1.1
3.1.0
3.1.0-beta.8
3.1.0-beta.7
3.1.0-beta.6
3.1.0-beta.5
3.1.0-beta.4
3.1.0-beta.3
3.1.0-beta.2
3.1.0-beta.1
3.0.0-beta.12
3.0.0-beta.11
3.0.0-beta.10
3.0.0-beta.9
3.0.0-beta.7
3.0.0-beta.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.18.22
1.18.21
1.18.20
1.18.19
1.18.18
1.18.17
1.18.16
1.18.15
1.18.14
1.18.13
1.18.12
1.18.11
1.18.10
1.18.9
1.18.8
1.18.7
1.18.6
1.18.5
1.18.4
1.18.3
1.18.2
1.18.1
1.18.0
1.17.0
1.16.0
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.0
1.9.5
1.9.4
1.9.3
1.9.2
1.9.1
1.9.0
1.8.0
1.7.0
1.6.1
1.5.0
1.3.6
1.3.5
1.3.2
1.3.1
1.3.0
1.2.0
1.1.6
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
Provides a unified way to access the styling of commonly used widgets across different apps
codogo-react-widgets
/
src
/
index.js
7 lines
(5 loc)
•
201 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
*
as
GlobalConstsImport
from
"./consts"
;
export
const
GlobalConsts
=
GlobalConstsImport
;
export
*
from
"./components"
;
export
*
from
"./enhancers"
;
export
{
default
as
theme, }
from
"./theme"
;