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

13 lines
474 B
TypeScript

declare const _default: (props: import("oak-frontend-base").ReactComponentProps<import("../../../oak-app-domain").EntityDict, "article", false, {
tocClosed: boolean;
tocFixed: boolean;
tocPosition: "left" | "right" | "none";
highlightBgColor: string;
headerTop: number;
className: string;
scrollId: string;
tocWidth: number | "auto" | undefined;
tocHeight: number | "auto" | undefined;
}>) => React.ReactElement;
export default _default;