UNPKG

@progress/kendo-react-pdf

Version:

React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing package

28 lines (27 loc) 844 B
/** * @license *------------------------------------------------------------------------------------------- * Copyright © 2026 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the package root for more information *------------------------------------------------------------------------------------------- */ /** * @hidden */ export declare const appendNodes: (element: any, nodes: any[]) => void; /** * @hidden */ export declare const wrapTable: (table: any) => any; /** * @hidden */ export declare const createTableElement: (sources: any) => any; /** * @hidden */ export declare const setFirstCellClass: (header: any, headers: any) => void; /** * @hidden */ export declare const createTable: (colGroups: any[], headers: any[], bodies: any[], footers: any[]) => any;