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

Commit 8d03ee2

Browse files
author
Megan Cole
committed
Add ariaLabel property to propTypes
1 parent f0b000e commit 8d03ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/BlockUi.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@ BlockUi.propTypes = {
202202
PropTypes.func,
203203
PropTypes.shape({ $$typeof: PropTypes.symbol, render: PropTypes.func }),
204204
]),
205+
ariaLabel: PropTypes.string,
205206
};
206207
BlockUi.defaultProps = defaultProps;
207208

0 commit comments

Comments
 (0)