UNPKG

@tapjs/reporter

Version:
9 lines 239 B
import { FC } from 'react'; import { Result } from 'tap-parser'; export declare const ResultDetails: FC<{ result: Result; seen?: unknown[]; heading?: string; flush?: boolean; }>; //# sourceMappingURL=result-details.d.ts.map