UNPKG

shopper

Version:
8 lines (7 loc) 286 B
import { ShopperModel } from "../interfaces.js"; import { ShopperComponent } from "./shopper-component.js"; export declare function wireModelToComponents(model: ShopperModel, components: { [key: string]: typeof ShopperComponent; }): { [key: string]: typeof ShopperComponent; };