UNPKG

@wordpress/components

Version:
7 lines 305 B
/** * Internal dependencies */ import type { ToolsPanelContext as ToolsPanelContextType } from './types'; export declare const ToolsPanelContext: import("react").Context<ToolsPanelContextType>; export declare const useToolsPanelContext: () => ToolsPanelContextType; //# sourceMappingURL=context.d.ts.map