UNPKG

@wordpress/components

Version:
8 lines 276 B
/// <reference types="react" /> /** * External dependencies */ import type { ToolbarStateReturn } from 'reakit/Toolbar'; declare const ToolbarContext: import("react").Context<ToolbarStateReturn | undefined>; export default ToolbarContext; //# sourceMappingURL=index.d.ts.map