export interface TreeNode<T = any> {. label?: string;. data?: T;. icon?: string;. expandedIcon?: any;. collapsedIcon?: any;. children?: TreeNode<T>[];.
確定! 回上一頁