UNPKG
ant-plus-components
Version:
latest (0.0.7-beta.9)
0.0.7-beta.9
0.0.7-beta.8
0.0.7-beta.7
0.0.7-beta.6
0.0.7-beta.5
0.0.7-beta.4
0.0.7-beta.3
0.0.7-beta.2
0.0.7-beta.1
0.0.6-beta.4
0.0.6-beta.3
0.0.6-beta.2
0.0.5-beta.3
0.0.4-beta.3
0.0.4-beta.2
0.0.4-beta.1
0.0.3-beta.9
0.0.3-beta.8
0.0.3-beta.7
0.0.3-beta.6
0.0.3-beta.5
0.0.3-beta.4
0.0.3-beta.3
0.0.3-beta.2
0.0.3-beta.1
0.0.2
0.0.2-beta.3
0.0.2-beta.2
0.0.2-beta.1
0.0.1
基于 Ant Design 的增强型组件库
github.com/letconstvar/ant-plus-components
ant-plus-components
/
dist
/
utils
/
src
/
mountColumnPlusAttributesByDataIndex.d.ts
9 lines
(8 loc)
•
265 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
import
type
{
ColumnPlus
}
from
"@/types/index"
;
type
Item
= {
dataIndex
:
string
;
attribute
:
string
;
value
:
unknown
; };
export
default
function
mountColumnPlusAttributesByDataIndex
(
columns
:
ColumnPlus
[],
items
:
Item
[]
):
ColumnPlus
[];
export
{};