Skip to content

Commit 5cd6e33

Browse files
committed
chore: simplify holder ref export
1 parent d552c8a commit 5cd6e33

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import BaseInput from './BaseInput';
22
import Input from './Input';
33
import TextArea from './TextArea';
4-
import type { HolderRef } from './BaseInput';
54

65
export type {
76
AutoSizeType,
@@ -12,7 +11,7 @@ export type {
1211
TextAreaProps,
1312
TextAreaRef,
1413
} from './interface';
15-
export type { HolderRef };
14+
export type { HolderRef } from './BaseInput';
1615

1716
export { default as ResizableTextArea } from './ResizableTextArea';
1817

0 commit comments

Comments
 (0)