oak-general-business/es/components/wechatMenu/web.pc.d.ts

11 lines
371 B
TypeScript

import React from 'react';
import { WebComponentProps } from 'oak-frontend-base';
import { EntityDict } from '../../oak-app-domain';
export default function Render(props: WebComponentProps<EntityDict, 'wechatMenu', false, {
is_menu_open: boolean;
applicationId: string;
menuId: string;
isPlatform: boolean;
tabKey: string;
}, {}>): React.JSX.Element;