We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d552c8a commit 5cd6e33Copy full SHA for 5cd6e33
1 file changed
src/index.tsx
@@ -1,7 +1,6 @@
1
import BaseInput from './BaseInput';
2
import Input from './Input';
3
import TextArea from './TextArea';
4
-import type { HolderRef } from './BaseInput';
5
6
export type {
7
AutoSizeType,
@@ -12,7 +11,7 @@ export type {
12
11
TextAreaProps,
13
TextAreaRef,
14
} from './interface';
15
-export type { HolderRef };
+export type { HolderRef } from './BaseInput';
16
17
export { default as ResizableTextArea } from './ResizableTextArea';
18
0 commit comments