UNPKG

@barcode-bakery/barcode-react

Version:
10 lines (8 loc) 228 B
import { BCGColor } from '@barcode-bakery/barcode-common'; export interface BakeryBarcodeProps { scale?: number; foregroundColor?: BCGColor; backgroundColor?: BCGColor; offsetX?: number; offsetY?: number; }