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

Commit ac238a0

Browse files
committed
jsdocs
1 parent 63824f3 commit ac238a0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

components/atoms/Columns/Columns.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ import styles from './Columns.module.css'
1313
* @param {object} props.children React children.
1414
* @param {object} props.style Custom columns styles.
1515
* @param {string} props.verticalAlignment Vertical alignment of columns.
16+
* @param {boolean} props.isStackedOnMobile Checks if the columns are stacked.
1617
* @return {Element} The Columns component.
1718
*/
1819
export default function Columns({

components/blocks/core/BlockColumns/BlockColumns.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import PropTypes from 'prop-types'
1717
* @param {object} props.innerBlocks The array of inner blocks to display.
1818
* @param {object} props.style The style attributes.
1919
* @param {string} props.textColorHex The text color hex value.
20+
* @param {boolean} props.isStackedOnMobile Checks if the columns are stacked.
2021
* @param {string} props.verticalAlignment Vertical alignment of columns.
2122
* @return {Element} The Columns component.
2223
*/

0 commit comments

Comments
 (0)