8 lines
358 B
TypeScript
8 lines
358 B
TypeScript
import { EntityDict } from "../../../oak-app-domain";
|
|
import { WebComponentProps } from "oak-frontend-base";
|
|
import React from "react";
|
|
export default function render(props: WebComponentProps<EntityDict, 'wechatMpShip', true, {
|
|
ships: EntityDict['wechatMpShip']['Schema'][];
|
|
wpProducts: EntityDict['wpProduct']['OpSchema'][];
|
|
}>): React.JSX.Element;
|