UNPKG

ui-ingredients

Version:

Headless component library for Svelte powered by zag

3 lines (2 loc) 270 B
import type { CreatePasswordInputReturn } from './create-password-input.svelte.js'; export declare const getPasswordInputContext: () => CreatePasswordInputReturn, setPasswordInputContext: (context: CreatePasswordInputReturn | (() => CreatePasswordInputReturn)) => void;