mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
chore: fix ts lint
This commit is contained in:
parent
00932da89b
commit
8e9a2eae38
@ -135,7 +135,7 @@ export default class ScrollNumber extends Component<ScrollNumberProps, any> {
|
||||
props.style.boxShadow = `0 0 0 1px ${props.style.borderColor} inset`;
|
||||
}
|
||||
return createElement(
|
||||
this.props.component || 'sup',
|
||||
(this.props.component || 'sup') as any,
|
||||
props,
|
||||
this.renderNumberElement(),
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user