UNPKG
redux-vertical
Version:
latest (2.1.0)
2.1.0
2.0.1
2.0.0
1.1.2
1.1.1
1.1.0
1.0.0
0.0.1
Build redux vertically
github.com/BerkeleyTrue/redux-vertical
BerkeleyTrue/redux-vertical
redux-vertical
/
lib
/
constants.d.ts
7 lines
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
type
Constants
= {
separator
:
string
;
delimiter
:
string
; };
declare
const
constants
:
Constants
;
export
default
constants;
//# sourceMappingURL=constants.d.ts.map