UNPKG

@datalayer/core

Version:
13 lines (12 loc) 324 B
import { BoxPanel } from '@lumino/widgets'; type IJupyterNotebooProps = { boxPanel: BoxPanel; height?: string; }; export declare const JupyterNotebook: { (props: IJupyterNotebooProps): import("react/jsx-runtime").JSX.Element; defaultProps: { height: string; }; }; export default JupyterNotebook;