UNPKG

@zag-js/password-input

Version:

Core logic for the password-input widget implemented as a state machine

8 lines (5 loc) 246 B
import { Scope } from '@zag-js/core'; declare const getRootId: (ctx: Scope) => any; declare const getInputId: (ctx: Scope) => any; declare const getInputEl: (ctx: Scope) => HTMLInputElement | null; export { getInputEl, getInputId, getRootId };