Skip to content

Commit

Permalink
export useDynamicContentControlProps from index
Browse files Browse the repository at this point in the history
  • Loading branch information
prconcepcion committed Mar 14, 2024
1 parent 4b00ab0 commit a0dbc4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export {
export { default as Div } from './div'
export { default as ControlIconToggle } from './control-icon-toggle'
export {
default as DynamicContentControl, useDynamicContent, getDynamicContent,
default as DynamicContentControl, useDynamicContent, getDynamicContent, useDynamicContentControlProps,
} from './dynamic-content-control'
export { default as Separator2 } from './separator2'
export { default as ColumnInnerBlocks } from './column-inner-blocks'
Expand Down

0 comments on commit a0dbc4a

Please sign in to comment.