UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

3 lines (2 loc) 221 B
import type { CreateQrCodeReturn } from './create-qr-code.svelte.js'; export declare const getQrCodeContext: () => CreateQrCodeReturn, setQrCodeContext: (context: CreateQrCodeReturn | (() => CreateQrCodeReturn)) => void;