Skip to content

Commit

Permalink
* tree: refactor state type.
Browse files Browse the repository at this point in the history
  • Loading branch information
catouse committed Aug 27, 2024
1 parent 195685e commit 0cdbfce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/tree/src/types/tree-state.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type {ListState} from '@zui/list';
import type {NestedListState} from '@zui/list';

export interface TreeState extends ListState {
export interface TreeState extends NestedListState {
}

0 comments on commit 0cdbfce

Please sign in to comment.