UNPKG

react-pdfmake

Version:

<a name="yarn"/>

7 lines 231 B
import React from 'react'; var isType = function (child, Bar) { var inst = React.createElement(Bar, null); return child.type === Bar || child.type === inst.type; }; export default isType; //# sourceMappingURL=is-type.js.map