@progress/kendo-angular-pdf-export
Version:
Kendo UI for Angular PDF Export Component
11 lines (10 loc) • 705 B
JavaScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
export { PDFExportComponent } from './pdf-export.component';
export { PDFExportModule } from './pdf-export.module';
export { PDFExportMarginComponent } from './pdf-export-margin.component';
export { PDFExportTemplateDirective } from './pdf-export-template.directive';
export { compileTemplate } from './compile-template';
export * from './directives';