5 lines
228 B
TypeScript
5 lines
228 B
TypeScript
|
import TextArea from './TextArea';
|
||
|
export { default as ResizableTextArea } from './ResizableTextArea';
|
||
|
export type { AutoSizeType, ResizableTextAreaRef, TextAreaProps, TextAreaRef, } from './interface';
|
||
|
export default TextArea;
|