oak-general-business/es/components/article/upsert/index.d.ts

13 lines
554 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: string;
scrollId: string;
height: number | "auto";
}>) => import("react").ReactElement<any, string | import("react").JSXElementConstructor<any>>;
export default _default;