UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

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