UNPKG

@tapjs/reporter

Version:
10 lines 280 B
import { Base } from '@tapjs/core'; import { FC } from 'react'; import { Result } from 'tap-parser'; export interface ResultOpts { result: Result; details?: boolean; test: Base; } export declare const ResultTag: FC<ResultOpts>; //# sourceMappingURL=result-tag.d.ts.map