UNPKG

react-pinterest

Version:

Collection of embeddable Pinterest buttons and widgets

14 lines (9 loc) 853 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.Counts = undefined; var _Counts; var _PinConst = require('./PinConst'); function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } var Counts = exports.Counts = (_Counts = {}, _defineProperty(_Counts, _PinConst.COUNT_TYPES.BUTTON, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.FOLLOW, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.PIN_SMALL, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.PIN_MEDIUM, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.PIN_LARGE, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.PROFILE, 0), _defineProperty(_Counts, _PinConst.COUNT_TYPES.BOARD, 0), _Counts);