UNPKG

@progress/kendo-angular-pdf-export

Version:

Kendo UI for Angular PDF Export Component

16 lines (15 loc) 776 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { PDFExportMarginComponent } from "./pdf-export-margin.component"; import { PDFExportTemplateDirective } from "./pdf-export-template.directive"; import { PDFExportComponent } from "./pdf-export.component"; /** * Utility array that contains all `PDFExport` related components and directives */ export const KENDO_PDFEXPORT = [ PDFExportComponent, PDFExportMarginComponent, PDFExportTemplateDirective ];