lingjing/node_modules/next/dist/next-devtools/dev-overlay/menu/panel-router.d.ts
2026-02-23 09:51:43 +00:00

8 lines
256 B
TypeScript

import { type PanelStateKind } from './context';
import './panel-router.css';
export declare const PanelRouter: () => import("react/jsx-runtime").JSX.Element;
export declare const usePanelContext: () => {
name: PanelStateKind;
mounted: boolean;
};