UNPKG
immreact
Version:
latest (0.2.0)
0.2.0
0.1.0
0.0.1
Use react classes with an immstruct structure
immreact
/
lib
/
constants.js
9 lines
(8 loc)
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
'use strict'
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
= {
COMPONENTS
:
'components'
,
ROOT
:
'root'
};