UNPKG

pinia-facing-decorator

Version:
4 lines (3 loc) 127 B
import type { Store as PiniaStore } from "pinia"; declare const PiniaModule: new () => PiniaStore; export default PiniaModule;