UNPKG

tav-ui

Version:
3 lines (2 loc) 162 B
import type { RenderQrCodeParams } from './typing'; export declare const renderQrCode: ({ canvas, content, width, options: params, }: RenderQrCodeParams) => any;