🐞 fix: 添加ignore

This commit is contained in:
chaiying 2024-04-22 11:07:35 +08:00
parent fc681c510c
commit ecd528c71a

View File

@ -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}