UNPKG

@codesandbox/api

Version:
7 lines (6 loc) 340 B
import type { AuthenticationProvider, MetaFeatures } from "../RESTTypes"; export declare function LoginModal({ metaFeatures, onLogin, getSSORedirectUrl, }: { metaFeatures: MetaFeatures; onLogin: (provider: AuthenticationProvider) => void; getSSORedirectUrl: (email: string) => Promise<string>; }): import("preact").JSX.Element;