Browse Source

refactor: any

es6
iapyang 4 years ago
parent
commit
8c699d0b8e
  1. 2
      typescript/base/tree/ztree/asynctree.ts

2
typescript/base/tree/ztree/asynctree.ts

@ -3,7 +3,7 @@ import { TreeView, TreeValue } from "./treeview";
export declare class AsyncTree extends TreeView {
static xtype: string;
nodes: any[];
nodes: any;
_beforeExpandNode<T>(treeId: string, treeNode: T): void;

Loading…
Cancel
Save