@progress/kendo-react-pdf
Version:
React PDF Processing enables you to export single- and multi-page content in PDF. KendoReact PDF Processing package
14 lines (13 loc) • 609 B
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
/**
* @hidden
* Returns the margin options by reading the props of he component and the `PDFMargin` child.
* The props of the `PDFMargin` child are with greater priority.
*/
export declare function getPageMargin(props: any): any;