@frontegg/types
Advanced tools
Comparing version 4.29.1 to 4.29.2
{ | ||
"name": "@frontegg/types", | ||
"version": "4.29.1", | ||
"version": "4.29.2", | ||
"main": "./node/index.js", | ||
@@ -5,0 +5,0 @@ "module": "./index.js", |
@@ -19,3 +19,3 @@ import { BaseThemeOptions } from './index'; | ||
} | ||
export declare type SocialLoginTypes = 'google' | 'github' | 'facebook' | 'microsoft'; | ||
export declare type SocialLoginTypes = 'google' | 'gitHub' | 'facebook' | 'microsoft'; | ||
export declare type SocialLogins = BaseThemeOptions & { | ||
@@ -22,0 +22,0 @@ rowLayout?: boolean; |