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

11 lines
358 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, 'platform', false, {
name: string;
description: string;
oakId: string;
folder: string;
super: boolean;
}>): React.JSX.Element | null;