UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

6 lines (5 loc) 142 B
export interface TreeCellRenderer { setLeafIcon(icon: any): void; setClosedIcon(icon: any): void; setOpenIcon(icon: any): void; }