export const FORM_ITEM = 'FormItem'

export const FORM_EVENT = {
  change: 'form.change',
  blur: 'form.blur'
}