aboutsummaryrefslogtreecommitdiffstats
path: root/vid-webpack-master/src/app/shared/components/customModal/models/button.type.ts
blob: a0673013db8e5ad0f2ac2181df8e9647b62116d1 (plain)
1
2
3
4
5
6
7
8
export enum ButtonType {
  primary = 'primary',
  secondary = 'secondary',
  success = 'success',
  error = 'error',
  warning = 'warning',
  info = 'info'
}