export enum AnimationType {
  DRAW = 'draw',
  COLLAPSE = 'collapse',
  EXPAND = 'expand',
  TRANSFORM = 'transform',
}
