Skip to content

Commit 359dfe8

Browse files
essjay05wagnermaciel
authored andcommitted
refactor(aria/tree): remove unnecessary input
Updates previous code to remove unnecessary input.
1 parent 0ebb434 commit 359dfe8

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
@@ -168,9 +168,6 @@ export interface TreeInputs<V> extends Omit<ListInputs<TreeItemPattern<V>, V>, '
168168

169169
/** The aria-current type. */
170170
currentType: SignalLike<'page' | 'step' | 'location' | 'date' | 'time' | 'true' | 'false'>;
171-
172-
/** The text direction of the tree. */
173-
textDirection: SignalLike<'ltr' | 'rtl'>;
174171
}
175172

176173
export interface TreePattern<V> extends TreeInputs<V> {}

0 commit comments

Comments
 (0)