Skip to main content

TreeProps<T>

TreeProps<T>: AriaLabelingProps & Omit<GridListProps<T>, "id" | "children" | "className" | "dependencies" | "disallowEmptySelection" | "items" | "renderDropIndicator" | "style"> & UseTreeOptions<T> & BaseTreeProps<T>

Type Parameters

T