UNPKG

react-pinterest

Version:

Collection of embeddable Pinterest buttons and widgets

12 lines (10 loc) 282 B
import { COUNT_TYPES } from './PinConst'; export const Counts = { [COUNT_TYPES.BUTTON]: 0, [COUNT_TYPES.FOLLOW]: 0, [COUNT_TYPES.PIN_SMALL]: 0, [COUNT_TYPES.PIN_MEDIUM]: 0, [COUNT_TYPES.PIN_LARGE]: 0, [COUNT_TYPES.PROFILE]: 0, [COUNT_TYPES.BOARD]: 0 };