Skip to content

Commit 57ac2d6

Browse files
committed
fix(aria/menu): update api goldens
1 parent 8533f42 commit 57ac2d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

goldens/aria/private/index.api.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -583,6 +583,7 @@ export class MenuPattern<V> {
583583
expand(): void;
584584
first(): void;
585585
hasBeenFocused: _angular_core.WritableSignal<boolean>;
586+
hasBeenHovered: _angular_core.WritableSignal<boolean>;
586587
id: SignalLike<string>;
587588
// (undocumented)
588589
readonly inputs: MenuInputs<V>;

0 commit comments

Comments
 (0)