@datalayer/core
Version:
**Datalayer Core**
13 lines (12 loc) • 324 B
TypeScript
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;