UNPKG

tav-ui

Version:
3 lines (2 loc) 133 B
import type { RenderQrCodeParams } from './typing'; export declare const toCanvas: (options: RenderQrCodeParams) => Promise<string>;