@hhgtech/hhg-components
Version:
Hello Health Group common components
6 lines (5 loc) • 328 B
TypeScript
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 };