import VcEntityEditableTabs from './Tabs/VcEntityEditableTabs.vue'; import VcEntityListTable from './Table/VcEntityListTable.vue'; import VcEntityAddButton from './Button/VcEntityAddButton.vue'; import VcEntityCancelButton from './Button/VcEntityCancelButton.vue'; import VcEntityDeleteIconButton from './Button/VcEntityDeleteIconButton.vue'; import VcEntityEditIconButton from './Button/VcEntityEditIconButton.vue'; import VcEntityRestoreButton from './Button/VcEntityRestoreButton.vue'; import VcEntityStatusButton from './Button/VcEntityStatusButton.vue'; import VcBaseVerticalForm from './Form/VcBaseVerticalForm.vue'; import VcEntityVerticalCreateForm from './Form/VcEntityVerticalCreateForm.vue'; import VcEntityVerticalEditForm from './Form/VcEntityVerticalEditForm.vue'; import VcEntityEditPageForm from './Form/VcEntityEditPageForm.vue'; export { VcEntityAddButton, VcEntityCancelButton, VcEntityDeleteIconButton, VcEntityEditIconButton, VcEntityRestoreButton, VcEntityStatusButton, VcEntityEditableTabs, VcEntityListTable, VcBaseVerticalForm, VcEntityVerticalCreateForm, VcEntityVerticalEditForm, VcEntityEditPageForm }; declare module '@vue/runtime-core' { interface GlobalComponents { VcEntityAddButton: typeof VcEntityAddButton; VcEntityCancelButton: typeof VcEntityCancelButton; VcEntityDeleteIconButton: typeof VcEntityDeleteIconButton; VcEntityEditIconButton: typeof VcEntityEditIconButton; VcEntityRestoreButton: typeof VcEntityRestoreButton; VcEntityStatusButton: typeof VcEntityStatusButton; VcEntityEditableTabs: typeof VcEntityEditableTabs; VcEntityListTable: typeof VcEntityListTable; VcBaseVerticalForm: typeof VcBaseVerticalForm; VcEntityVerticalCreateForm: typeof VcEntityVerticalCreateForm; VcEntityVerticalEditForm: typeof VcEntityVerticalEditForm; VcEntityEditPageForm: typeof VcEntityEditPageForm; } }