oak-general-business/es/components/paper/preview/web.d.ts

12 lines
390 B
TypeScript

import { WebComponentProps } from 'oak-frontend-base';
import { EntityDict } from '../../../oak-app-domain';
export default function Render(props: WebComponentProps<EntityDict, 'article', false, {
editor: any;
title?: string;
author?: string;
abstract?: string;
content?: string;
html?: string;
origin?: string;
}, {}>): import("react/jsx-runtime").JSX.Element;