Skip to content

Commit 6ea0d2d

Browse files
authored
build: fix out of date API golden (#32732)
Fixes an out of date API golden that's breaking the main branch.
1 parent 865e3d5 commit 6ea0d2d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)