const TEXT_ALIGN = { CENTER: 'center', LEFT: 'left', RIGHT: 'right', }; export default TEXT_ALIGN;