formvuelate
Version:
Schema Form Generator
18 lines (15 loc) • 426 B
JavaScript
import SchemaForm from './SchemaForm.vue'
import SchemaWizard from './SchemaWizard.vue'
import SchemaFormFactory from './SchemaFormFactory'
import useSchemaForm from './features/useSchemaForm'
import definePlugin from './features/DefinePlugin'
import * as constants from './utils/constants'
export default SchemaForm
export {
SchemaForm,
SchemaWizard,
SchemaFormFactory,
useSchemaForm,
definePlugin,
constants
}