Skip to content

Commit a6d52a5

Browse files
committed
build: fix out of date API golden (#32732)
Fixes an out of date API golden that's breaking the main branch. (cherry picked from commit 6ea0d2d)
1 parent 910aed3 commit a6d52a5

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
@@ -839,6 +839,7 @@ export interface TreeInputs<V> extends Omit<TreeInputs$1<TreeItemPattern<V>, V>,
839839
currentType: SignalLike<'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'>;
840840
id: SignalLike<string>;
841841
nav: SignalLike<boolean>;
842+
textDirection: SignalLike<'ltr' | 'rtl'>;
842843
}
843844

844845
// @public

0 commit comments

Comments
 (0)