14 lines
567 B
TypeScript
14 lines
567 B
TypeScript
import { EntityDict } from '../../../oak-app-domain';
|
|
declare const _default: (props: import("oak-frontend-base").ReactComponentProps<EntityDict, "article", false, {
|
|
articleMenuId: string;
|
|
changeIsEdit: () => void;
|
|
tocPosition: "none" | "left" | "right";
|
|
highlightBgColor: string;
|
|
onArticlePreview: (content?: string, title?: string) => void;
|
|
origin: EntityDict["extraFile"]["Schema"]["origin"] | null;
|
|
scrollId: string;
|
|
height: number | "auto";
|
|
activeColor: string | undefined;
|
|
}>) => React.ReactElement;
|
|
export default _default;
|