UNPKG

cascnauipackages

Version:

Repo for Common Components for CASCNA

13 lines (10 loc) 320 B
/* String constants definations, defining hard coded string as a constant and to be used across apps */ // List of String constants for Create Contract. const STRING_CONSTANTS = { EMPTY: '', EXPANDLESSICON: 'expand-less', EXPANDMOREICON: 'expand-more', SELECT: 'Select', }; export default STRING_CONSTANTS;