UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

6 lines 210 B
import type { Navigation } from "../AppProvider/index.js"; /** * Hook to access the current Toolpad Core navigation. * @returns The current navigation. */ export declare function useNavigation(): Navigation;