UNPKG

vue-giveworks-form

Version:

This plugin provides Vue.js component for the open [http://giveworks.net](Giveworks Platform).

15 lines (12 loc) 314 B
import GiveworksForm from './GiveworksForm'; import HttpErrorResponse from './HttpErrorResponse'; export * from './Fields'; export * from './Fieldsets'; export * from './Gateways'; export * from './Signups'; export * from './Survey'; export * from './Types'; export { GiveworksForm, HttpErrorResponse };