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

8 lines
318 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;
}>) => React.ReactElement;
export default _default;