fix(tsconfig): 修改ts提示
This commit is contained in:
parent
ec3938a2cf
commit
012aaacb66
@ -51,6 +51,7 @@ const ComBineImage: FC<ComBineImageProps> = forwardRef((props, ref) => {
|
|||||||
<Flex className={componentName} justify='space-between' align='center' >
|
<Flex className={componentName} justify='space-between' align='center' >
|
||||||
<CompareImage
|
<CompareImage
|
||||||
ref={targetImageRef}
|
ref={targetImageRef}
|
||||||
|
// @ts-ignore
|
||||||
height={height as string}
|
height={height as string}
|
||||||
width="400px"
|
width="400px"
|
||||||
preDisable={prevDisable}
|
preDisable={prevDisable}
|
||||||
|
Loading…
Reference in New Issue
Block a user