UNPKG

@grandlinex/react-components

Version:
11 lines (10 loc) 277 B
import React from 'react'; export declare class PContext { panel: string; constructor(conf: { panel: string; }); } declare const PanelContext: React.Context<PContext>; declare const usePanelContext: () => PContext; export { PanelContext, usePanelContext };