import React from 'react'; import { Form } from 'react-bootstrap'; import { Components, registerComponent } from 'meteor/vulcan:core'; const NumberComponent = ({ refFunction, inputProperties }) => ( ); registerComponent('FormComponentNumber', NumberComponent);