UNPKG
@aioha/react-ui
Version:
latest (1.8.2)
1.8.2
1.8.0
1.7.0
1.6.1
1.6.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.1
1.4.0
1.0.0
0.1.0
Ready-made React modal for Aioha
aioha.dev
@aioha/react-ui
/
dist
/
components
/
ProviderInfo.d.ts
12 lines
(11 loc)
•
271 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
import
{
Providers
}
from
'@aioha/aioha'
;
export
declare
const
ProviderInfo
: { [provider
in
Providers
]: {
name
:
string
;
icon
:
string
;
iconDark
?:
string
;
loginBadge
?:
string
;
url
?:
string
;
discovery
?:
boolean
; }; };