UNPKG

fumadocs-ui

Version:

The Radix UI version of Fumadocs UI

8 lines 275 B
import * as PageTree from "fumadocs-core/page-tree"; //#region src/utils/use-footer-items.d.ts /** * @returns a list of page tree items (linear), that you can obtain footer items */ declare function useFooterItems(): PageTree.Item[]; //#endregion export { useFooterItems };