UNPKG

@hhgtech/hhg-components

Version:
6 lines (5 loc) 328 B
import React from 'react'; import { PasswordInputProps as MantinePasswordInputProps } from '@mantine/core'; export type PasswordInputProps = MantinePasswordInputProps; declare const PasswordInput: React.ForwardRefExoticComponent<MantinePasswordInputProps & React.RefAttributes<HTMLInputElement>>; export { PasswordInput };