Skip to content

Commit

Permalink
Export data mapping utils
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Sep 20, 2023
1 parent 3a59b55 commit 297f0f7
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/block-editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,14 @@ _Related_

- <https://github.com/WordPress/gutenberg/blob/HEAD/packages/block-editor/src/components/block-vertical-alignment-control/README.md>

### buildDataFromLinkValue

Undocumented declaration.

### buildLinkValueFromData

Undocumented declaration.

### ButtonBlockAppender

_Related_
Expand Down
4 changes: 4 additions & 0 deletions packages/block-editor/src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,10 @@ export { default as __experimentalLinkControl } from './link-control';
export { default as __experimentalLinkControlSearchInput } from './link-control/search-input';
export { default as __experimentalLinkControlSearchResults } from './link-control/search-results';
export { default as __experimentalLinkControlSearchItem } from './link-control/search-item';
export {
buildLinkValueFromData,
buildDataFromLinkValue,
} from './link-control/link-value-transforms';
export { default as LineHeightControl } from './line-height-control';
export { default as __experimentalListView } from './list-view';
export { default as MediaReplaceFlow } from './media-replace-flow';
Expand Down

0 comments on commit 297f0f7

Please sign in to comment.