File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- import Input from 'rc-input' ;
1+ import Input from '@ rc-component/ input' ;
22import type { FC } from 'react' ;
33import React from 'react' ;
44import '../../assets/index.less' ;
Original file line number Diff line number Diff line change 11import type { ChangeEvent , FC } from 'react' ;
22import React , { useState } from 'react' ;
33import '../../assets/index.less' ;
4- import Input from 'rc-input' ;
4+ import Input from '@ rc-component/ input' ;
55
66const Demo : FC = ( ) => {
77 const [ value , setValue ] = useState < string > ( '' ) ;
Original file line number Diff line number Diff line change 11import type { FC } from 'react' ;
22import React from 'react' ;
33import '../../assets/index.less' ;
4- import Input from 'rc-input' ;
4+ import Input from '@ rc-component/ input' ;
55
66const Demo : FC = ( ) => (
77 < Input prefixCls = "rc-input" style = { { marginLeft : 200 } } />
Original file line number Diff line number Diff line change 1- import Input from 'rc-input' ;
1+ import Input from '@ rc-component/ input' ;
22import type { FC } from 'react' ;
33import React from 'react' ;
44import '../../assets/index.less' ;
Original file line number Diff line number Diff line change 1- import Input from 'rc-input' ;
1+ import Input from '@ rc-component/ input' ;
22import type { FC } from 'react' ;
33import React from 'react' ;
44import '../../assets/index.less' ;
Original file line number Diff line number Diff line change 1515 "paths" : {
1616 "@/*" : [" src/*" ],
1717 "@@/*" : [" .dumi/tmp/*" ],
18- "rc-input" : [" src/index.tsx" ],
1918 "@rc-component/input" : [" src/index.tsx" ]
2019 }
2120 },
You can’t perform that action at this time.
0 commit comments