bugfix: 取消onetap
This commit is contained in:
3
env.d.ts
vendored
3
env.d.ts
vendored
@@ -8,8 +8,10 @@ interface GoogleAccounts {
|
||||
client_id: string
|
||||
auto_select?: boolean
|
||||
callback: (response: { credential: string }) => void
|
||||
context?: 'signin' | 'signup' | 'use'
|
||||
ux_mode?: 'popup' | 'redirect'
|
||||
itp_support?: boolean
|
||||
cancel_on_tap_outside?: boolean
|
||||
}) => void
|
||||
renderButton: (element: Element | null, config: {
|
||||
type?: 'standard' | 'icon'
|
||||
@@ -18,6 +20,7 @@ interface GoogleAccounts {
|
||||
size?: 'large' | 'medium' | 'small'
|
||||
logo_alignment?: 'left' | 'center'
|
||||
}) => void
|
||||
disableAutoSelect?: () => void
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user