mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-03-14 17:37:46 +00:00
More refactor
This commit is contained in:
@@ -6,7 +6,8 @@ export interface TreeExplorerNode<T = any> {
|
||||
data: T
|
||||
leaf: boolean
|
||||
children?: TreeExplorerNode<T>[]
|
||||
icon?: string | ((node: TreeExplorerNode<T>) => string)
|
||||
icon?: string
|
||||
getIcon?: (node: TreeExplorerNode<T>) => string
|
||||
}
|
||||
|
||||
export interface RenderedTreeExplorerNode<T = any> extends TreeExplorerNode<T> {
|
||||
|
||||
Reference in New Issue
Block a user