export const ACCEPTED = 'accepted'; export const ALPHA = 'alpha'; export const ALPHA_NUM = 'alpha-num'; export const ALPHA_NUM_DASH = 'alpha-num-dash'; export const BETWEEN_LENGTH = 'between-length'; export const BETWEEN_NUMBER = 'between-number'; export const DIGITS = 'digits'; export const EMAIL = 'email'; export const ENDS_WITH = 'ends-with'; export const EQUAL_LENGTH = 'equal-length'; export const EQUAL_NUMBER = 'equal-number'; export const GREATER_EQUAL = 'greater-equal'; export const INTEGER = 'integer'; export const LESS_EQUAL = 'less-equal'; export const MAX_LENGTH = 'max-length'; export const MIN_LENGTH = 'min-length'; export const NUM_DASH = 'num-dash'; export const NUMBER = 'number'; export const REGEX = 'regex'; export const REQUIRED = 'required'; export const STARTS_WITH = 'starts-with'; export const WITHIN = 'within';