UNPKG

thenavisapp

Version:

This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).

12 lines (10 loc) 269 B
import React from 'react'; import * as cheerio from '../../../../lib/index.js'; // Add react-live imports you need here const ReactLiveScope = { React, cheerio, show: (x) => React.render(JSON.stringify(x, null, 2)), ...React, }; export default ReactLiveScope;