19 lines
617 B
TypeScript
19 lines
617 B
TypeScript
import { EntityDict } from "../../../../oak-app-domain";
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
|
|
disabled: string;
|
|
redirectUri: string;
|
|
url: string;
|
|
callback: (() => void) | undefined;
|
|
pwdAllowMobile: boolean;
|
|
pwdAllowEmail: boolean;
|
|
pwdAllowLoginName: boolean;
|
|
allowSms: boolean;
|
|
allowEmail: boolean;
|
|
allowWechatMp: boolean;
|
|
setLoginMode: (value: string) => void;
|
|
pwdMode: string;
|
|
allowRegister: boolean;
|
|
goRegister: () => void;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|