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