Skip to content

Commit

Permalink
export DetailViewOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
velis74 committed Dec 6, 2024
1 parent 15161d7 commit db2bae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions vue/dynamicforms/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import type { App } from 'vue';
import Action, { defaultActionHandler } from './components/actions/action';
import { useActionHandler } from './components/actions/action-handler-composable';
import FilteredActions from './components/actions/filtered-actions';
import { DetailViewOptions } from './components/adapters/api/namespace';
import DisplayMode from './components/classes/display-mode';
import DfApp from './components/df-app.vue';
import FormPayload from './components/form/definitions/form-payload';
Expand Down Expand Up @@ -38,6 +39,7 @@ export {
gettext,
interpolate,
useActionHandler,
DetailViewOptions,
};

export interface DynamicFormsOptions {
Expand Down

0 comments on commit db2bae2

Please sign in to comment.