File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4747 "dependencies" : {
4848 "@rc-component/input" : " ~1.3.0" ,
4949 "@rc-component/menu" : " ~1.2.0" ,
50- "@rc-component/textarea" : " ~1.2.0" ,
5150 "@rc-component/trigger" : " ^3.0.0" ,
5251 "@rc-component/util" : " ^1.3.0" ,
5352 "clsx" : " ^2.1.1"
Original file line number Diff line number Diff line change 11import { clsx } from 'clsx' ;
2- import { BaseInput } from '@rc-component/input' ;
2+ import { BaseInput , TextArea } from '@rc-component/input' ;
33import type { HolderRef } from '@rc-component/input/lib/BaseInput' ;
44import type { CommonInputProps } from '@rc-component/input/lib/interface' ;
5- import type { TextAreaProps , TextAreaRef } from '@rc-component/textarea' ;
6- import TextArea from '@rc-component/textarea' ;
5+ import type { TextAreaProps , TextAreaRef } from '@rc-component/input' ;
76import toArray from '@rc-component/util/lib/Children/toArray' ;
87import useControlledState from '@rc-component/util/lib/hooks/useControlledState' ;
98import KeyCode from '@rc-component/util/lib/KeyCode' ;
You can’t perform that action at this time.
0 commit comments