UNPKG

@progress/kendo-angular-barcodes

Version:
19 lines (18 loc) 987 B
/**----------------------------------------------------------------------------------------- * Copyright © 2025 Progress Software Corporation. All rights reserved. * Licensed under commercial license. See LICENSE.md in the project root for more information *-------------------------------------------------------------------------------------------*/ import { BarcodeComponent } from "./barcode.component"; import { QRCodeComponent } from "./qrcode.component"; /** * Utility array that contains all `Barcode` related components and directives */ export declare const KENDO_BARCODE: readonly [typeof BarcodeComponent]; /** * Utility array that contains all `QRCode` related components and directives */ export declare const KENDO_QRCODE: readonly [typeof QRCodeComponent]; /** * Utility array that contains all `@progress/kendo-angular-barcodes` related components and directives */ export declare const KENDO_BARCODES: readonly [typeof BarcodeComponent, typeof QRCodeComponent];