UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

7 lines (6 loc) 305 B
export function ProgressBar({ notebook, backend_launch_phase, status }: { notebook: import("./Editor.js").NotebookData; backend_launch_phase: number | null; status: Record<string, any>; }): import("../imports/Preact.js").ReactElement; export function scroll_to_busy_cell(notebook: any): void;