UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

3 lines (2 loc) 213 B
import type { CreateAlertReturn } from './create-alert.svelte.js'; export declare const getAlertContext: () => CreateAlertReturn, setAlertContext: (context: CreateAlertReturn | (() => CreateAlertReturn)) => void;