@kalamazoo/profilecard
Version:
A React component to display a card with user information.
17 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var ProfileCard_1 = tslib_1.__importDefault(require("./components/ProfileCard"));
exports.ProfileCard = ProfileCard_1.default;
var ProfileCardClient_1 = tslib_1.__importStar(require("./api/ProfileCardClient"));
exports.ProfileClient = ProfileCardClient_1.default;
exports.modifyResponse = ProfileCardClient_1.modifyResponse;
var ProfileCardResourced_1 = tslib_1.__importDefault(require("./components/ProfileCardResourced"));
var ProfileCardTrigger_1 = tslib_1.__importStar(require("./components/ProfileCardTrigger"));
exports.ProfileCardTrigger = ProfileCardTrigger_1.default;
exports.DELAY_MS_SHOW = ProfileCardTrigger_1.DELAY_MS_SHOW;
exports.DELAY_MS_HIDE = ProfileCardTrigger_1.DELAY_MS_HIDE;
var withOuterListeners_1 = tslib_1.__importDefault(require("./components/withOuterListeners"));
exports.withOuterListeners = withOuterListeners_1.default;
exports.default = ProfileCardResourced_1.default;
//# sourceMappingURL=index.js.map