UNPKG

@schummar/runp

Version:

Neat parallel task execution

5 lines (4 loc) 142 B
import { Task } from '../task'; export declare function TaskList({ tasks }: { tasks: Task[]; }): import("react/jsx-runtime").JSX.Element;