mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-27 19:29:19 +00:00
update comment + fix tests
This commit is contained in:
@@ -133,8 +133,8 @@ export function useAppBarTitle(title: string): void {
|
||||
}
|
||||
|
||||
/**
|
||||
* React hook which sets the title to be shown in the app bar, if present. It is
|
||||
* an error to call this hook from multiple sites in the same component tree.
|
||||
* React hook which sets the primary button icon kind. Can only be "minimise" or "back"
|
||||
* It is an error to call this hook from multiple sites in the same component tree.
|
||||
*/
|
||||
export function useAppBarPrimaryButtonIconKind(
|
||||
icon: "back" | "minimise",
|
||||
|
||||
Reference in New Issue
Block a user