UNPKG

starboard-notebook

Version:

Starboard Notebook

11 lines (10 loc) 262 B
import { NotebookContent } from "../../types"; import "./bufferMock"; /** * * @param content * @param opts cdnPrefix should end with a "/" */ export declare function exportAsHtml(content: NotebookContent, opts: { cdnPrefix: string; }): string;