UNPKG

@magnetarjs/plugin-vue3

Version:
8 lines (7 loc) 365 B
import type { PluginRevertAction } from '@magnetarjs/types'; import { MakeRestoreBackup, Vue3StoreOptions } from '../CreatePlugin.js'; export declare function revertActionFactory(data: { [collectionPath: string]: Map<string, { [key: string]: unknown; }>; }, vue3StoreOptions: Vue3StoreOptions, restoreBackup: MakeRestoreBackup): PluginRevertAction;