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