UNPKG

@habit.analytics/habit-smartlink-reactcomponent

Version:

A React component for Habit SmartLink integration.

9 lines (8 loc) 465 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.SmartlinkComponent = void 0; var SmartlinkComponent_1 = require("./SmartlinkComponent"); Object.defineProperty(exports, "SmartlinkComponent", { enumerable: true, get: function () { return __importDefault(SmartlinkComponent_1).default; } });