.root {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.exit {
  height: 0;
}
