/// import * as pdfMake from 'pdfmake/build/pdfmake'; export declare type Row = pdfMake.Content[]; /** * Build a table row from content elements. */ export default function row(...data: Row): Row; //# sourceMappingURL=row.d.ts.map