fix(toolbar): Fixes build, missing props.

This commit is contained in:
damencho
2026-02-26 18:52:07 -06:00
committed by Дамян Минков
parent cff9b3b157
commit 737448c19b
2 changed files with 10 additions and 0 deletions

View File

@@ -18,6 +18,11 @@ interface IProps extends WithTranslation {
*/
ariaControls: String;
/**
* Aria label for the Button.
*/
ariaLabel?: string;
/**
* A child React Element to display within {@code InlineDialog}.
*/

View File

@@ -37,6 +37,11 @@ interface IProps {
*/
ariaControls: string;
/**
* Aria label for the Button.
*/
ariaLabel?: string;
/**
* Information about the buttons that need to be rendered in the overflow menu.
*/