UNPKG

@metacell/geppetto-meta-ui

Version:

React components from geppetto-meta to create neuroscience applications and visualize data.

23 lines (22 loc) 692 B
export class PythonConsole extends React.Component<any, any, any> { constructor(props: any); state: { loading: boolean; }; UNSAFE_componentWillReceiveProps(nextProps: any): void; render(): import("react/jsx-runtime").JSX.Element; } export namespace PythonConsole { namespace defaultProps { const extensionLoaded: boolean; const iframeHeight: number; } namespace propTypes { export const pythonNotebookPath: any; const extensionLoaded_1: any; export { extensionLoaded_1 as extensionLoaded }; const iframeHeight_1: any; export { iframeHeight_1 as iframeHeight }; } } import React from "react";