@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.10ts2.8
1.0.10ts2.9
1.0.10ts3.0
1.0.10ts3.1
1.0.10ts3.2
1.0.10ts3.3
1.0.10ts3.4
1.0.10ts3.5
1.0.550ts5.8
1.0.550ts5.7
1.0.550latest
1.0.550ts4.5
1.0.550ts4.6
1.0.550ts4.7
1.0.550ts4.8
1.0.550ts4.9
1.0.550ts5.0
1.0.550ts5.1
1.0.550ts5.2
1.0.550ts5.3
1.0.550ts5.4
1.0.550ts5.5
1.0.550ts5.6
1.0.550ts5.9
1.0.21ts3.6
1.0.21ts3.7
1.0.21ts3.8
1.0.21ts3.9
1.0.21ts4.0
1.0.21ts4.1
1.0.21ts4.2
1.0.21ts4.3
1.0.21ts4.4

Version History

VersionDownloads (Last 7 Days)Published
1.0.550
1.0.40
1.0.30
1.0.21
1.0.10
1.0.00

Package Sidebar

Install

npm i @types/react-better-password

Weekly Downloads

51

Version

1.0.5

License

MIT

Unpacked Size

3.53 kB

Total Files

5

Last publish

Collaborators

  • types