declare enum ViewProperty { CENTER = 'center', RESOLUTION = 'resolution', ROTATION = 'rotation', } export default ViewProperty;