8000 fix(google-signin): typings · NativeScript/plugins@d034fcf · GitHub
[go: up one dir, main page]

Skip to content

Commit d034fcf

Browse files
committed
fix(google-signin): typings
1 parent 66ef765 commit d034fcf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

packages/google-signin/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import { Configuration, IUser, GoogleSignInButtonBase, ColorStyleType, ColorSche
44
export { colorSchemeProperty, colorStyleProperty } from './common';
55
import { GoogleError } from './index.ios';
66

7-
declare class User implements IUser {
7+
export declare class User implements IUser {
88
readonly id: string;
99

1010
readonly displayName: string;
@@ -31,8 +31,8 @@ declare class User implements IUser {
3131
readonly android;
3232
readonly ios;
3333
}
34-
declare class GoogleSignin {
35-
static configure(configuration: Configuration): Promise<void>;
34+
export declare class GoogleSignin {
35+
static configure(configuration?: Configuration): Promise<void>;
3636

3737
static getCurrentUser(): User | null;
3838

packages/google-signin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/google-signin",
3-
"version": "1.0.0-alpha.2",
3+
"version": "1.0.0-alpha.3",
44
"description": "Google Sign-in for your NativeScript applications",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)
0