@progress/kendo-react-barcodes
Version:
React Barcodes provide a set of React components to build beautiful and customizable barcodes. KendoReact Barcodes package
18 lines (17 loc) • 1.01 kB
TypeScript
/**
* @license
*-------------------------------------------------------------------------------------------
* Copyright © 2026 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the package root for more information
*-------------------------------------------------------------------------------------------
*/
export type { Margin } from './types/margin.interface.js';
export type { Padding } from './types/padding.interface.js';
export type { Border } from './types/border.interface.js';
export type { DashType } from './types/dash-type.interface.js';
export type { BarcodeText } from './types/barcode-text.js';
export type { BarcodeType } from './types/barcode-type.js';
export type { QRCodeEncoding } from './types/qrcode-encoding.js';
export type { QRCodeErrorCorrection } from './types/qrcode-error-correction.js';
export type { QRCodeOverlay } from './types/qrcode-overlay.js';
export type { RenderMode } from './types/render-mode.js';