oak-general-business/lib/pages/wechatUser/login/web.d.ts

7 lines
262 B
TypeScript

import { EntityDict } from '../../../general-app-domain';
import { WebComponentProps } from 'oak-frontend-base';
export default function render(props: WebComponentProps<EntityDict, 'token', false, {
error: string;
loading: boolean;
}, {}>): JSX.Element;