UNPKG
tea-material-pro-table
Version:
latest (1.0.1-beta.3)
1.0.1-beta.3
0.0.5
0.0.2
0.0.1
Tea ProTable
tea-material-pro-table
/
lib
/
hooks
/
useColumns.d.ts
4 lines
(3 loc)
•
151 B
TypeScript
View Raw
1
2
3
4
import
{
Column
}
from
'../types'
;
/** 生成表格 columns 和 搜索表单 fields */
export
declare
function
useColumns
(
columns
:
Column
[]
):
any
[][];