UNPKG

@aliemir/react-live

Version:

A production-focused playground for live editing React code

25 lines (19 loc) 571 B
import Editor from "./components/Editor"; import LiveProvider from "./components/Live/LiveProvider"; import LiveEditor from "./components/Live/LiveEditor"; import LiveError from "./components/Live/LiveError"; import LivePreview from "./components/Live/LivePreview"; import LiveContext from "./components/Live/LiveContext"; import withLive from "./hoc/withLive"; export * from "./utils/transpile"; export { theme } from "./constants/theme"; export { Editor, // Main exports: LiveProvider, LiveEditor, LiveError, LivePreview, LiveContext, withLive, };