@plutojl/rainbow
Version:
TypeScript/JavaScript API for programmatically interacting with Pluto notebooks
11 lines (10 loc) • 389 B
TypeScript
export function WarnForVisisblePasswords(): void;
export function ExportBanner({ notebook_id, print_title, open, onClose, notebookfile_url, notebookexport_url, start_recording }: {
notebook_id: any;
print_title: any;
open: any;
onClose: any;
notebookfile_url: any;
notebookexport_url: any;
start_recording: any;
}): import("../imports/Preact.js").ReactElement;