UNPKG

pinia-facing-decorator

Version:
4 lines (3 loc) 154 B
import type { IStore } from "../types"; declare function storeFactory<C extends IStore>(Store: C, name?: string): () => any; export default storeFactory;