export { default as Hint } from './components/Hint'; export { default as Addon } from './components/Addon'; export { default as Label } from './components/Label'; export { default as FieldBase } from './components/FieldBase'; export { default as Input } from './Input/Input'; export { default as StatelessInput } from './Input/StatelessInput'; export { default as TextArea } from './TextArea/TextArea'; export { default as StatelessTextArea, } from './TextArea/StatelessTextArea'; export { default as MultipleInput } from './MultipleInput'; export { default as FieldInput } from './FieldInput'; // TODO: Form html tag /** * Copyright © 2018 Galaxy Software Services https://github.com/GSS-FED/vital-ui-kit-react * MIT license * @render react * @name Form * @description Vital Form element collection * @example * * * * * * * * * * * * * * * * * * * * http:// * * * * *