UNPKG

next

Version:

The React Framework

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