@ark-ui/vue
Version:
A collection of unstyled, accessible UI components for Vue, utilizing state machines for seamless interaction.
5 lines (4 loc) • 326 B
text/typescript
import { UsePasswordInputReturn } from './use-password-input';
export interface UsePasswordInputContext extends UsePasswordInputReturn {
}
export declare const PasswordInputProvider: (opts: UsePasswordInputContext) => void, usePasswordInputContext: (fallback?: UsePasswordInputContext | undefined) => UsePasswordInputContext;