UNPKG

starboard-notebook

Version:

Starboard Notebook

11 lines (10 loc) 1.12 kB
export declare const ConsoleCatcher: typeof import("../../../../console/console").ConsoleCatcher; export declare const JavascriptEvaluator: typeof import("../../../../cellTypes/javascript/eval").JavascriptEvaluator; export declare const renderIfHtmlOutput: typeof import("../../../../components/output/htmlOutput").renderIfHtmlOutput; export declare const createCellProxy: typeof import("../../../../components/helpers/proxy/cellProxy").createCellProxy; /** @deprecated: soon this won't be here anymore. */ export declare const getMarkdownItWithDefaultPlugins: typeof import("../../../../components/helpers/markdown").getMarkdownItWithDefaultPlugins; export declare const cellToText: typeof import("../../../../content/serialization").cellToText; export declare const notebookContentToText: typeof import("../../../../content/serialization").notebookContentToText; export declare const precompileJavascriptCode: typeof import("../../../../cellTypes/javascript/precompile").precompileJavascriptCode; export declare const textToNotebookContent: typeof import("../../../../content/parsing").textToNotebookContent;