UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

6 lines (5 loc) 198 B
export function FixWithAIButton({ cell_id, diagnostics, last_run_timestamp }: { cell_id: any; diagnostics: any; last_run_timestamp: any; }): import("../imports/Preact.js").ReactElement;