19 lines
729 B
TypeScript
19 lines
729 B
TypeScript
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, "articleMenu", true, {
|
|
entity: string;
|
|
entityId: string;
|
|
show: "edit" | "doc" | "preview";
|
|
articleMenuId: string;
|
|
articleId: string;
|
|
tocPosition: "none" | "left" | "right";
|
|
highlightBgColor: string;
|
|
onMenuView: () => void;
|
|
onMenuViewById: (articleMenuId: string) => void;
|
|
onArticleView: (oakId: string) => void;
|
|
onArticlePreview: (content?: string, title?: string) => void;
|
|
onArticleEdit: (oakId: string) => void;
|
|
setCopyArticleUrl: (id: string) => string;
|
|
origin: string;
|
|
scrollId: string;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|