UNPKG

pinia-persist

Version:

Persist and rehydrate your Pinia state between page reloads

3 lines (2 loc) 150 B
import { CommonOptions, PersistPlugin } from '.'; export declare const createPersistPlugin: (options?: CommonOptions | undefined) => PersistPlugin;