UNPKG

ondc-campaign-sdk

Version:

[![npm version](https://img.shields.io/npm/v/ondc-campaign-sdk.svg)](https://www.npmjs.com/package/ondc-campaign-sdk) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE) [![Made with ❤️](https://img.shields.io/badge/Made%20with-%

10 lines (9 loc) 630 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.StyleConfig = exports.renderLiveCampaignProducts = exports.fetchLiveCampaignProductsWithHtml = exports.fetchLiveCampaignProducts = void 0; const { fetchLiveCampaignProducts } = require("./api"); exports.fetchLiveCampaignProducts = fetchLiveCampaignProducts; const { fetchLiveCampaignProductsWithHtml, renderLiveCampaignProducts, StyleConfig } = require("./render"); exports.fetchLiveCampaignProductsWithHtml = fetchLiveCampaignProductsWithHtml; exports.renderLiveCampaignProducts = renderLiveCampaignProducts; exports.StyleConfig = StyleConfig;