@plutojl/rainbow
Version:
TypeScript/JavaScript API for programmatically interacting with Pluto notebooks
9 lines (8 loc) • 312 B
TypeScript
export function DiscreteProgressBar({ onClick, total, done, busy, failed_indices }: {
onClick: any;
total: any;
done: any;
busy: any;
failed_indices: any;
}): import("../imports/Preact.js").ReactElement;
export function DiscreteProgressBarTest(): import("../imports/Preact.js").ReactElement;