index.js 190 B

1234
  1. import { mountComponent } from '../../_util/component';
  2. import { FormItemFunctionalProps } from './props';
  3. var FormItem = function () { };
  4. mountComponent(FormItem, FormItemFunctionalProps);