UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

6 lines (5 loc) 288 B
export function set_disable_ui_css(val: boolean, element: HTMLElement): void; export function is_editor_embedded_inside_editor(element: HTMLElement): boolean; export function empty_notebook_state({ notebook_id }: { notebook_id: any; }): import("./components/Editor.js").NotebookData;