Skip to content

Commit 28d7539

Browse files
committed
test: update snapshots
1 parent 8b25b80 commit 28d7539

File tree

3 files changed

+2584
-2
lines changed

3 files changed

+2584
-2
lines changed

src/tree-select/index.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import _TreeSelect from './tree-select';
2-
import { TdTreeSelectProps } from './type';
32

43
import './style';
54

5+
export type { TreeSelectProps } from './tree-select';
66
export * from './type';
7-
export type TreeSelectProps = TdTreeSelectProps;
7+
88
export const TreeSelect = _TreeSelect;
9+
export default TreeSelect;

0 commit comments

Comments
 (0)