We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 865e3d5 commit 6ea0d2dCopy full SHA for 6ea0d2d
1 file changed
goldens/aria/private/index.api.md
@@ -839,6 +839,7 @@ export interface TreeInputs<V> extends Omit<TreeInputs$1<TreeItemPattern<V>, V>,
839
currentType: SignalLike<'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'>;
840
id: SignalLike<string>;
841
nav: SignalLike<boolean>;
842
+ textDirection: SignalLike<'ltr' | 'rtl'>;
843
}
844
845
// @public
0 commit comments