UNPKG
@zhangke-ui/t-ui-plus
Version:
latest (1.5.2)
1.5.2
1.5.1
1.5.0
Vue3 中基于Element-plus二次封装基础组件文档
wocwin.github.io/t-ui-plus/
wocwin/t-ui-plus
@zhangke-ui/t-ui-plus
/
lib
/
channelTree
/
src
/
type.d.ts
7 lines
(6 loc)
•
133 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
interface
ZTreeProps
{
width
?:
string
;
isShowEditBtn
?:
boolean
;
isAddOrEditIng
?:
boolean
;
treeList
?:
any
[]; }