Web: Components: SelectorAddButton - descriptions changed

This commit is contained in:
Sergei Kosyrev 2023-04-17 19:02:25 +05:30
parent f1e2ea198e
commit fd5e57d596

View File

@ -37,9 +37,9 @@ const SelectorAddButton = (props) => {
SelectorAddButton.propTypes = {
/** Title text */
title: PropTypes.string,
/** What the button will trigger when clicked */
/** Sets a callback function that is triggered when the button is clicked */
onClick: PropTypes.func,
/** Tells when the button should present a disabled state */
/** Sets the button to present a disabled state */
isDisabled: PropTypes.bool,
/** Attribute className */
className: PropTypes.string,