UNPKG

@darthmaim/react-barcode

Version:
10 lines (9 loc) 208 B
import type { FC } from 'react'; interface BarcodeProps { value: string; height?: number | 'auto'; width?: number; flat?: boolean; } export declare const Barcode: FC<BarcodeProps>; export {};