UNPKG

d2-ui

Version:
7 lines (6 loc) 214 B
import React from 'react'; import PropTypes from 'prop-types'; import addContext from './addContext'; export default function addD2Context(Component) { return addContext(Component, { d2: PropTypes.object }); }