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

8 lines
291 B
TypeScript

import { EntityDict } from '../../../oak-app-domain';
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
type: "login" | "bind";
url: string;
size: undefined;
}>) => React.ReactElement;
export default _default;