UNPKG

@syncfusion/ej2-pdf

Version:

Feature-rich JavaScript PDF library with built-in support for loading and manipulating PDF document.

15 lines (13 loc) 446 B
/*! * filename: index.d.ts * version : 34.2.4 * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved. * Use of this code is subject to the terms of our license. * A copy of the current license can be obtained at any time by e-mailing * licensing@syncfusion.com. Any infringement will be prosecuted under * applicable laws. */ import * as _pdf from '@syncfusion/ej2-pdf'; export declare namespace ej { const pdf: typeof _pdf; }