UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

3 lines (2 loc) 149 B
import type { UnknownObject } from "../types"; export default function mergeDeep(target: UnknownObject, ...sources: UnknownObject[]): UnknownObject;