UNPKG

@toolpad/core

Version:

Dashboard framework powered by Material UI.

7 lines 205 B
import type { Breadcrumb } from '../PageContainer'; export interface ActivePage { title: string; path: string; breadcrumbs: Breadcrumb[]; } export declare function useActivePage(): ActivePage | null;