@ark-ui/react
Version:
A collection of unstyled, accessible UI components for React, utilizing state machines for seamless interaction.
6 lines (5 loc) • 308 B
TypeScript
import { UsePasswordInputReturn } from './use-password-input';
import { Provider } from 'react';
export interface UsePasswordInputContext extends UsePasswordInputReturn {
}
export declare const PasswordInputProvider: Provider<UsePasswordInputContext>, usePasswordInputContext: () => UsePasswordInputContext;