🐞 fix: 添加ignore
This commit is contained in:
parent
fc681c510c
commit
ecd528c71a
@ -99,6 +99,7 @@ const Segmented = React.forwardRef<HTMLDivElement, SegmentedProps>((props, ref)
|
|||||||
const mergedStyle: React.CSSProperties = { ...segmented?.style, ...style };
|
const mergedStyle: React.CSSProperties = { ...segmented?.style, ...style };
|
||||||
|
|
||||||
return wrapCSSVar(
|
return wrapCSSVar(
|
||||||
|
// @ts-ignore
|
||||||
<RcSegmented
|
<RcSegmented
|
||||||
{...restProps}
|
{...restProps}
|
||||||
className={cls}
|
className={cls}
|
||||||
|
Loading…
Reference in New Issue
Block a user