.
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
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;
|
||||
};
|
||||
Reference in New Issue
Block a user