UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

7 lines (6 loc) 204 B
import { ErrorCorrectionLevel } from '../types'; interface ErrorCorrectionLevels { [key: string]: ErrorCorrectionLevel; } declare const _default: ErrorCorrectionLevels; export default _default;