UNPKG
@jdlinker/demo
Version:
latest (3.5.0)
3.5.0
3.4.9
3.4.8
3.4.7
3.4.6
3.4.5
3.4.4
3.4.3
3.4.2
3.4.1
3.4.0
3.3.9
3.3.7
3.3.5
3.3.4
3.3.3
3.3.2
3.3.1
3.3.0
3.2.9
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
3.2.3
3.2.2
3.2.1
3.1.7
3.1.6
3.1.5
3.1.1
3.1.0
3.0.9
3.0.7
3.0.5
jdLinker 样例模块
@jdlinker/demo
/
src
/
components
/
UI
/
Table
/
types.d.ts
8 lines
(6 loc)
•
173 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
ColumnType
}
from
'ant-design-vue/es/table'
;
export
interface
JColumnsProps
extends
ColumnType
{
scopedSlots
?:
boolean
;
search
:
any
;
hideInTable
?:
boolean
; }