@types/react-better-password
TypeScript icon, indicating that this package has built-in type declarations

1.0.5 • Public • Published

Installation

npm install --save @types/react-better-password

Summary

This package contains type definitions for react-better-password (https://github.com/karaggeorge/react-better-password).

Details

Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-better-password.

index.d.ts

import * as React from "react";
export interface PasswordProps {
    className?: string | undefined;
    mask?: "•" | string | undefined;
    onChange?: ((value: string) => void) | undefined;
    placeholder?: string | undefined;
    show?: boolean | undefined;
    timeout?: number | undefined;
    value?: string | undefined;
}
export default class Password extends React.Component<PasswordProps> {}

Additional Details

  • Last updated: Tue, 07 Nov 2023 09:09:39 GMT
  • Dependencies: @types/react

Credits

These definitions were written by Mary Huynh.

Readme

Keywords

none

Package Sidebar

Install

npm i @types/react-better-password

Weekly Downloads

8

Version

1.0.5

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • types