🐞 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 };
|
||||
|
||||
return wrapCSSVar(
|
||||
// @ts-ignore
|
||||
<RcSegmented
|
||||
{...restProps}
|
||||
className={cls}
|
||||
|
Loading…
Reference in New Issue
Block a user