aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/customModal/models/modal.size.ts
blob: 0a96810c74b94eae0a3dc5f02d4fb8a5574412f0 (plain)
1
2
3
4
5
6
7
export enum ModalSize {
  xlarge = "xl",
  large = "l",
  medium = "md",
  small = "sm",
  xsmall = "xsm"
}