UNPKG

@trasherdk/svelte-qrcode

Version:

QR Code generator component for Svelte

19 lines (14 loc) 392 B
import { SvelteComponent } from 'svelte' declare class QRCode extends SvelteComponent { constructor(options: any) $$prop_def: { content: string size?: number | string padding?: number | string color?: string bgcolor?: string responsive: 'true' | 'false' errorCorrection?: 'L' | 'M' | 'H' | 'Q' } } export default QRCode