UNPKG

@jupyterlite/terminal

Version:
9 lines (8 loc) 569 B
import type { JupyterFrontEndPlugin } from '@jupyterlab/application'; import type { ServiceManagerPlugin, Terminal } from '@jupyterlab/services'; import { LiteTerminalAPIClient } from './client'; import { ITerminalShell, TerminalShell } from './shell'; import { ILiteTerminalAPIClient } from './tokens'; declare const _default: (JupyterFrontEndPlugin<void> | ServiceManagerPlugin<Terminal.ITerminalAPIClient> | ServiceManagerPlugin<Terminal.IManager>)[]; export default _default; export { ILiteTerminalAPIClient, ITerminalShell, LiteTerminalAPIClient, TerminalShell };