13 lines
529 B
TypeScript
13 lines
529 B
TypeScript
import { EntityDict } from "../../../oak-app-domain";
|
|
import { GenerateUrlFn } from "../../../types/Article";
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, keyof EntityDict, false, {
|
|
entity: string;
|
|
entityId: string;
|
|
title: string;
|
|
origin: null | EntityDict["extraFile"]["Schema"]["origin"];
|
|
menuEmpty: React.ReactNode | undefined;
|
|
articleEmpty: React.ReactNode | undefined;
|
|
generateUrl: GenerateUrlFn;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|