Divider
const divider = {
  component: NANO.DIVIDER,
  value: '',
  props: {
    visible: true,
    style: {
      height: 5,
      marginVertical: 40,
    },
    color: 'blue'
  }
};
const divider = {
  component: NANO.DIVIDER,
  value: '',
  props: {
    visible: true,
    style: {
      height: 5,
      marginVertical: 40,
    },
    color: 'blue'
  }
};