Skip to content

Commit

Permalink
new release 46
Browse files Browse the repository at this point in the history
  • Loading branch information
TroyV999 committed Sep 20, 2024
1 parent 1af980f commit dfcb97b
Show file tree
Hide file tree
Showing 2 changed files with 5 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.43",
"version": "0.0.11-next.46",
"license": "MIT",
"repository": {
"type": "git",
Expand Down
5 changes: 4 additions & 1 deletion packages/former/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ 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, FormFieldType, Mode, SchemaNode, ShowIfPredicate, Validator } from '~/types';
import type { FormData, FormerProps, FormFieldType, Mode, SchemaNode, ShowIfPredicate, Validator } from '~/types';
import FormDragContainer from './components/FormDragContainer.vue';
import './index.css';

export {
FormAdd,
FormContent,
type FormData,
FormDragContainer,
Former,
type FormerProps,
type FormFieldType,
FormNodeProps,
FormRenderer,
Expand Down

0 comments on commit dfcb97b

Please sign in to comment.