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

10 lines
401 B
TypeScript

import { EntityDict } from '../../../oak-app-domain';
import { WebComponentProps } from 'oak-frontend-base';
export default function Render(props: WebComponentProps<EntityDict, 'wechatLogin', true, {
wechatLoginId: string;
qrCodeUrl: string;
loading: boolean;
successed: boolean;
type: EntityDict['wechatLogin']['Schema']['type'];
}, {}>): import("react/jsx-runtime").JSX.Element;