@stanlemon/react-couchdb-authentication
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -5,9 +5,9 @@ import * as React from "react"; | ||
username: string; | ||
setUsername(event: React.FormEvent<HTMLInputElement>): void; | ||
setUsername: (event: React.FormEvent<HTMLInputElement>) => void; | ||
password: string; | ||
setPassword(event: React.FormEvent<HTMLInputElement>): void; | ||
login(): void; | ||
navigateToSignUp(): void; | ||
setPassword: (event: React.FormEvent<HTMLInputElement>) => void; | ||
login: () => void; | ||
navigateToSignUp: () => void; | ||
} | ||
export declare function LoginView(props: LoginViewProps): React.ReactElement; | ||
//# sourceMappingURL=LoginView.d.ts.map |
@@ -5,11 +5,11 @@ import * as React from "react"; | ||
username: string; | ||
setUsername(event: React.FormEvent<HTMLInputElement>): void; | ||
setUsername: (event: React.FormEvent<HTMLInputElement>) => void; | ||
password: string; | ||
setPassword(event: React.FormEvent<HTMLInputElement>): void; | ||
setPassword: (event: React.FormEvent<HTMLInputElement>) => void; | ||
email: string; | ||
setEmail(event: React.FormEvent<HTMLInputElement>): void; | ||
signUp(): void; | ||
navigateToLogin(): void; | ||
setEmail: (event: React.FormEvent<HTMLInputElement>) => void; | ||
signUp: () => void; | ||
navigateToLogin: () => void; | ||
} | ||
export declare function SignUpView(props: SignUpViewProps): React.ReactElement; | ||
//# sourceMappingURL=SignUpView.d.ts.map |
{ | ||
"name": "@stanlemon/react-couchdb-authentication", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "React component for authenticating against a CouchDB user db and syncing it locally with PouchDB.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
60183