UNPKG

d2-ui

Version:
6 lines (5 loc) 202 B
export default function addContext(Component, contextTypes) { Component.contextTypes = Component.contextTypes || {}; Object.assign(Component.contextTypes, contextTypes); return Component; }