14 lines
520 B
TypeScript
14 lines
520 B
TypeScript
import { EntityDict } from "../../../oak-app-domain";
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
|
|
onlyCaptcha: boolean;
|
|
onlyPassword: boolean;
|
|
disabled: string;
|
|
redirectUri: string;
|
|
url: string;
|
|
callback: (() => void) | undefined;
|
|
goRegister: (() => void) | undefined;
|
|
isRegisterBack: boolean;
|
|
goOauthLogin: ((oauthProviderId: string) => void) | undefined;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|