/** * @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'; export type { Padding } from './types/padding.interface'; export type { Border } from './types/border.interface'; export type { DashType } from './types/dash-type.interface'; export type { BarcodeText } from './types/barcode-text'; export type { BarcodeType } from './types/barcode-type'; export type { QRCodeEncoding } from './types/qrcode-encoding'; export type { QRCodeErrorCorrection } from './types/qrcode-error-correction'; export type { QRCodeOverlay } from './types/qrcode-overlay'; export type { RenderMode } from './types/render-mode';