ngx-qrcode2
Version:
An Angular component for generating QRCodes
14 lines (13 loc) • 431 B
TypeScript
import { NgxQrcodeElementTypes, NgxQrcodeErrorCorrectionLevels, NgxQrcodeVersionType } from './qrcode.types';
export declare const DEFAULT_VALUES: {
elementType: NgxQrcodeElementTypes;
cssClass: string;
value: string;
version: NgxQrcodeVersionType;
errorCorrectionLevel: NgxQrcodeErrorCorrectionLevels;
margin: number;
scale: number;
width: number;
colorDark: string;
colorLight: string;
};