aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/customModal/models/modal.placement.ts
blob: f7f229cd493c15a778467e604d0d57795e945cd7 (plain)
1
2
3
4
5
6
export enum Placement {
  left = 'left',
  right = 'right',
  top = 'top',
  bottom = 'bottom'
}