mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-17 12:57:47 +00:00
fix(toolbar): Fixes build, missing props.
This commit is contained in:
@@ -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}.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user