UNPKG

zebra-striped

Version:

Generate barcodes natively in React Native with the ZXing library underhood!

4 lines 208 B
import * as React from "react"; import { ZebraCodeProps } from "../ZebraStriped.types"; export default function ZebraCode(props: ZebraCodeProps): React.JSX.Element; //# sourceMappingURL=ZebraCode.web.d.ts.map