picnic-api
Version:
Unofficial wrapper for the API of the online supermarket Picnic
13 lines • 554 B
JavaScript
;
/**
* Shared PML (Picnic Markup Language) component types.
*
* These types describe the building blocks of the Fusion page renderer:
* the generic UI primitives that appear inside `pml.component` across all
* pages and domains (app pages, cart decorators, catalog promotions, etc.).
*
* App-specific composite components (TOUCHABLE, STEPPER, SELLING_UNIT_TILE,
* etc.) are defined further below and use the `Fusion` naming prefix.
*/
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=fusion.js.map