Skip to content

Commit

Permalink
make BlockPopover component public
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed May 9, 2024
1 parent dbd6bda commit 862dc76
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/block-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@ _Related_

Undocumented declaration.

### BlockPopover

Undocumented declaration.

### BlockPreview

BlockPreview renders a preview of a block or array of blocks.
Expand Down
1 change: 1 addition & 0 deletions packages/block-editor/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ export {
export { default as __experimentalBlockPatternsList } from './block-patterns-list';
export { default as __experimentalPublishDateTimePicker } from './publish-date-time-picker';
export { default as __experimentalInspectorPopoverHeader } from './inspector-popover-header';
export { default as BlockPopover } from './block-popover';
export { useBlockEditingMode } from './block-editing-mode';

/*
Expand Down

0 comments on commit 862dc76

Please sign in to comment.