UNPKG

qrcode-vue3

Version:

Add a style and an image to your QR code Vue3

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