UNPKG

@redocly/portal-plugin-gravitee-sso

Version:

Gravitee SSO plugin for @redocly/portal

10 lines (9 loc) 262 B
import type { AuthProviderType } from '@redocly/realm/dist/shared/types/global-data'; export type LoginProps = { authIdps?: { idpId: string; type: AuthProviderType; title?: string; }[]; }; export default function (): JSX.Element;