UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

30 lines (29 loc) 1 kB
export function SimpleOutputBody({ mime, body, cell_id, persist_js_state, sanitize_html }: { mime: any; body: any; cell_id: any; persist_js_state: any; sanitize_html?: boolean; }): import("../imports/Preact.js").ReactElement; export function TreeView({ mime, body, cell_id, persist_js_state, sanitize_html }: { mime: any; body: any; cell_id: any; persist_js_state: any; sanitize_html?: boolean; }): import("../imports/Preact.js").ReactElement; export function TableView({ mime, body, cell_id, persist_js_state, sanitize_html }: { mime: any; body: any; cell_id: any; persist_js_state: any; sanitize_html: any; }): import("../imports/Preact.js").ReactElement; export function DivElement({ cell_id, style, classname, children, persist_js_state, sanitize_html }: { cell_id: any; style: any; classname: any; children: any; persist_js_state?: boolean; sanitize_html?: boolean; }): import("../imports/Preact.js").ReactElement;