fumadocs-ui
Version:
The Radix UI version of Fumadocs UI
16 lines (15 loc) • 529 B
TypeScript
import { Collapsible } from "./ui/collapsible.js";
import * as react_jsx_runtime44 from "react/jsx-runtime";
import { ComponentProps } from "react";
import { TOCItemType } from "fumadocs-core/toc";
//#region src/components/inline-toc.d.ts
interface InlineTocProps extends ComponentProps<typeof Collapsible> {
items: TOCItemType[];
}
declare function InlineTOC({
items,
...props
}: InlineTocProps): react_jsx_runtime44.JSX.Element;
//#endregion
export { InlineTOC, InlineTocProps };
//# sourceMappingURL=inline-toc.d.ts.map