react-native-qrcode-styled
Version:
A fully customizable QR Code generator for React Native based on react-native-svg and javascript-qrcode.
12 lines • 809 B
TypeScript
import QRCodeStyled from './components/SVGQRCodeStyled';
import SVGGradient from './components/SVGGradient';
import type { SVGQRCodeStyledProps } from './components/SVGQRCodeStyled';
import type { SVGGradientProps } from './components/SVGGradient';
export type { QRCodeMessage, QRCodeOptions } from './adapters/qrcode';
export * from './types';
export * from './constants';
export { default as useQRCodeData } from './hooks/useQRCodeData';
export { isCoordsOfOuterEyes, isCoordsOfInnerEyes, isCoordsOfTopRightOuterEye, isCoordsOfTopRightInnerEye, isCoordsOfTopLeftOuterEye, isCoordsOfTopLeftInnerEye, isCoordsOfBottomLeftOuterEye, isCoordsOfBottomLeftInnerEye, } from './helpers';
export { SVGGradient, SVGQRCodeStyledProps, SVGGradientProps };
export default QRCodeStyled;
//# sourceMappingURL=index.d.ts.map