UNPKG

@plutojl/rainbow

Version:

TypeScript/JavaScript API for programmatically interacting with Pluto notebooks

5 lines (4 loc) 233 B
export function read_Uint8Array_with_progress(response: Response, on_progress: any): Promise<Uint8Array<ArrayBuffer>>; export function FetchProgress({ progress }: { progress: any; }): import("../imports/Preact.js").ReactElement;