oak-general-business/es/components/wechatLogin/qrCode/index.d.ts

11 lines
447 B
TypeScript

import { EntityDict } from '../../../oak-app-domain';
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
type: EntityDict["wechatLogin"]["Schema"]["type"];
url: string;
size: undefined;
disableBack: boolean;
wechatLoginConfirmPage: string;
qrCodeType: EntityDict["wechatLogin"]["Schema"]["qrCodeType"];
}>) => React.ReactElement;
export default _default;