UNPKG

react-code-canvas

Version:

Package to run and preview React code with live editing capabilities in a browser.

3 lines (2 loc) 152 B
import React, { ComponentPropsWithoutRef } from 'react'; export declare const LiveError: (props: ComponentPropsWithoutRef<"pre">) => React.JSX.Element;