var CropModePersistence = Object.freeze({ Disabled: 0, UntilPageReload: 1, Forever: 2, }); export default CropModePersistence;