UNPKG

prettier-playwright-msteams-report

Version:
7 lines (6 loc) 254 B
import { TableCellStyle, TableRow } from "../models"; export declare const createTableRow: (type: string, total: string | number, percentage?: string, options?: { style?: TableCellStyle; isSubtle?: boolean; weight?: "Bolder"; }) => TableRow;