UNPKG

epps

Version:

Enhances Pinia stores with advanced features such as persistence, encryption, and store extension. Simplifies state management and ensures data security for Vue.js and Nuxt applications.

5 lines (4 loc) 225 B
import { Store } from "pinia"; import { EppsStore } from "../types"; export declare function addEppsStore(store: Store): void; export declare function getEppsStore<TStore, TState>(storeId: string): EppsStore<TStore, TState>;