UNPKG

shopper

Version:
6 lines (5 loc) 174 B
import { ShopperState, ShopperGetters } from "../interfaces.js"; export declare function prepareStateAndGetters(): { state: ShopperState; getters: ShopperGetters; };