Skip to content

Commit

Permalink
release 48
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyV999 committed Sep 20, 2024
1 parent 711b42b commit 8cd9360
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/former/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "former-ui",
"type": "module",
"version": "0.0.11-next.47",
"version": "0.0.11-next.48",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
3 changes: 2 additions & 1 deletion packages/former/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ import FormContent from '~/components/FormContent.vue';
import Former from '~/components/Former.vue';
import FormNodeProps from '~/components/FormNodeProps.vue';
import FormRenderer from '~/components/FormRenderer.vue';
import type { FormData, FormerProps, FormFieldType, Mode, SchemaNode, ShowIfPredicate, Validator } from '~/types';
import type { FieldData, FormData, FormerProps, FormFieldType, Mode, SchemaNode, ShowIfPredicate, Validator } from '~/types';
import FormDragContainer from './components/FormDragContainer.vue';
import './index.css';

export {
type FieldData,
FormAdd,
FormContent,
type FormData,
Expand Down

0 comments on commit 8cd9360

Please sign in to comment.