Web: Components: Toast - descriptions changed

This commit is contained in:
Sergei Kosyrev 2023-04-17 19:27:01 +05:30
parent 2e8467bce0
commit 0aae6fb4f0

View File

@ -67,7 +67,7 @@ Toast.propTypes = {
text: PropTypes.string,
/** Title inside a toast */
title: PropTypes.string,
/** Define color and icon of toast */
/** Sets the color and icon of the toast */
type: PropTypes.oneOf(["success", "error", "warning", "info"]).isRequired,
};