import { BakeryBarcodeProps } from './barcode-props';

export interface BakeryBarcode2DProps extends BakeryBarcodeProps {
    scaleX?: number | string;
    scaleY?: number | string;
}
