1.0.5 • Published 6 months ago

@types/react-better-password v1.0.5

Weekly downloads
23
License
MIT
Repository
github
Last release
6 months ago

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

// Type definitions for react-better-password 1.0
// Project: https://github.com/karaggeorge/react-better-password, https://karaggeorge.github.io/react-better-password
// Definitions by: Mary Huynh <https://github.com/mhuynh1>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.8

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: Thu, 08 Jul 2021 20:20:26 GMT
  • Dependencies: @types/react
  • Global values: none

Credits

These definitions were written by Mary Huynh.

1.0.5

6 months ago

1.0.4

7 months ago

1.0.3

8 months ago

1.0.2

3 years ago

1.0.1

5 years ago

1.0.0

6 years ago