UNPKG

323 BTypeScriptView Raw
1import type { IOutput } from '@jupyterlab/nbformat';
2import { RenderMimeRegistry } from './registry';
3/**
4 * The default outputs used for testing.
5 */
6export declare const DEFAULT_OUTPUTS: IOutput[];
7/**
8 * Get a copy of the default rendermime instance.
9 */
10export declare function defaultRenderMime(): RenderMimeRegistry;