File size: 256 Bytes
fea495a
 
 
 
 
 
 
1
2
3
4
5
6
7
8
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;
};