UNPKG
react-component-genie
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
CLI tool for generating themed React components with ease
react-component-genie
/
constants
/
constants.js
2 lines
•
113 B
JavaScript
View Raw
1
2
export
const
CONFIG_FILE_NAME =
"rcg.config.json"
;
export
const
DEFAULT_CONFIG_FILE_NAME =
"default.config.json"
;