UNPKG
@idcpj/vue-tree
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
A vue tree component using virtual list.
github.com/idcpj/vue-tree
@idcpj/vue-tree
/
types
/
utils.d.ts
3 lines
(2 loc)
•
126 B
TypeScript
View Raw
1
2
3
import
type
{
Ref
}
from
'vue-demi'
;
export
declare
function
getCtreeMethods<T>(
treeRef
:
Ref
<T>):
Record
<
string
,
Function
>;