UNPKG

@wordpress/components

Version:
8 lines 337 B
/// <reference types="react" /> /** * 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