Skip to content

Commit cc0325f

Browse files
committed
refactor(aria/tree): remove unnecessary input
Updates previous code to remove unnecessary input.
1 parent c9ac10c commit cc0325f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/aria/private/tree/tree.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,6 @@ export interface TreeInputs<V> extends Omit<ListInputs<TreeItemPattern<V>, V>, '
146146

147147
/** The aria-current type. */
148148
currentType: SignalLike<'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'>;
149-
150-
/** The text direction of the tree. */
151-
textDirection: SignalLike<'ltr' | 'rtl'>;
152149
}
153150

154151
/** Controls the state and interactions of a tree view. */

0 commit comments

Comments
 (0)