UNPKG

@aioha/react-ui

Version:

Ready-made React modal for Aioha

12 lines (11 loc) 271 B
import { Providers } from '@aioha/aioha'; export declare const ProviderInfo: { [provider in Providers]: { name: string; icon: string; iconDark?: string; loginBadge?: string; url?: string; discovery?: boolean; }; };