未验证 提交 be3d98fa 编写于 作者: qq_25847755's avatar qq_25847755 提交者: GitHub

chore<table>: fix type (#2529)

上级 ce0f528b
......@@ -131,7 +131,7 @@ export const basicProps = {
type: Function as PropType<(record: TableCustomRecord<any>, index: number) => string>,
},
scroll: {
type: Object as PropType<{ x: number | true; y: number }>,
type: Object as PropType<{ x: number | string | true; y: number | string }>,
default: null,
},
beforeEditSubmit: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册