UNPKG
lc-vue-pro-table
Version:
latest (1.3.0)
1.3.0
1.2.1
1.1.1
1.0.7
1.0.5
1.0.3
1.0.0
vue3高级表格
lc-vue-pro-table
/
dist
/
src
/
components
/
ag-grid-render
/
selection-column
/
custom-header.d.ts
10 lines
(9 loc)
•
175 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
declare
class
CustomHeader
{
eGui
:
any
;
params
:
any
;
app
:
any
;
init
(
params
:
any
):
void
;
getGui
():
any
;
destroy
():
void
; }
export
default
CustomHeader
;