UNPKG

@barcode-bakery/barcode-react

Version:
7 lines (5 loc) 184 B
import { BakeryBarcodeProps } from './barcode-props'; export interface BakeryBarcode2DProps extends BakeryBarcodeProps { scaleX?: number | string; scaleY?: number | string; }