@syncfusion/ej2-barcode-generator
Version:
Barcode generator component is a pure JavaScript library which will convert a string to Barcode and show it to the user. This supports major 1D and 2D barcodes including coda bar, code 128, QR Code.
15 lines (13 loc) • 499 B
TypeScript
/*!
* filename: index.d.ts
* version : 30.2.4
* Copyright Syncfusion Inc. 2001 - 2024. 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 _barcodegenerator from '@syncfusion/ej2-barcode-generator';
export declare namespace ej {
const barcodegenerator: typeof _barcodegenerator;
}