UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

6 lines (5 loc) 327 B
import React from 'react'; import { ImageSize } from "../../../../types"; export declare const getImageSizeCssVars: (size: ImageSize) => React.CSSProperties; export declare const getDisplayedDiffPercentValue: (diffRatio: number) => string; export declare const getDisplayedDiffPixelsCountValue: (diffPixels: number) => string;