react-code-canvas
Version:
Package to run and preview React code with live editing capabilities in a browser.
12 lines (11 loc) • 354 B
TypeScript
import React from "react";
export declare const scope: {
React: typeof React;
useState: typeof React.useState;
useEffect: typeof React.useEffect;
useContext: typeof React.useContext;
useReducer: typeof React.useReducer;
useRef: typeof React.useRef;
useMemo: typeof React.useMemo;
useCallback: typeof React.useCallback;
};