UNPKG

starboard-notebook

Version:

Starboard Notebook

4 lines (3 loc) 189 B
import { Runtime } from "../types"; import { StarboardNotebookElement } from "../components/notebook"; export declare function setupRuntime(notebook: StarboardNotebookElement): Runtime;