Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit be75e01

Browse files
committed
Updated docblocks for BlockButtons
1 parent 249bab0 commit be75e01

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

components/blocks/BlockButtons/BlockButtons.js

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,13 @@ import PropTypes from 'prop-types'
88
* The core Buttons block from Gutenberg.
99
*
1010
* @author WebDevStudios
11-
* @param options.options
12-
* @param {object} options Option props object.
13-
* @param {string} options.anchor The anchor/id of the block.
14-
* @param {string} options.orientation The orientation of buttons.
15-
* @param {string} options.contentJustification The justification of the buttons.
16-
* @param options.innerBlocks
17-
* @param {Array} innerBlocks The array of inner blocks to display.
18-
* @return {Element} The Buttons component.
11+
* @param {object} props The component prope
12+
* @param {object} props.options Option props object.
13+
* @param {string} props.options.anchor The anchor/id of the block.
14+
* @param {string} props.options.orientation The orientation of buttons.
15+
* @param {string} props.options.contentJustification The justification of the buttons.
16+
* @param {Array} props.innerBlocks The array of inner blocks to display.
17+
* @return {Element} The Buttons component.
1918
*/
2019
export default function BlockButtons({options, innerBlocks}) {
2120
return (

0 commit comments

Comments
 (0)