UNPKG

@nvs-pinia/common

Version:

NVS Pinia collection shared logic

5 lines (4 loc) 288 B
import { PiniaPluginContext } from 'pinia'; import { PersistedStateGlobalOptions, StorageLike } from '../types/plugin/persist'; declare const usePersistedState: (_options?: PersistedStateGlobalOptions) => (_context: PiniaPluginContext) => void; export { usePersistedState, StorageLike };