UNPKG

ts-jsdk

Version:

TypeScript implementation of the Java platform

7 lines (6 loc) 239 B
import { TreeCellRenderer } from "./TreeCellRenderer"; export declare class DefaultTreeCellRenderer implements TreeCellRenderer { setClosedIcon(_icon: any): void; setOpenIcon(_icon: any): void; setLeafIcon(_icon: any): void; }