![JAR search and dependency download from the Maven repository](/logo.png)
components.widgets.Tree.forUntilTest.jsx Maven / Gradle / Ivy
import React from 'react'
export const Component = () => null
export const toCollectionObject = {
1: {
children: [],
icon: false,
id: 1,
key: 1,
title: (
),
},
2: {
children: [],
icon: false,
id: 2,
key: 2,
title: (
),
},
3: {
children: [],
icon: false,
id: 3,
key: 3,
title: (
),
},
}
export const linerTree = [
{
children: [],
icon: false,
id: 1,
key: 1,
title: (
),
},
{
children: [],
icon: false,
id: 2,
key: 2,
title: (
),
},
{
children: [],
icon: false,
id: 3,
key: 3,
title: (
),
},
]
export const tree = [
{
children: [
{
children: [],
icon: false,
id: 2,
key: 2,
parent: 1,
title: (
),
},
{
children: [],
icon: false,
id: 3,
key: 3,
parent: 1,
title: (
),
},
],
icon: false,
id: 1,
key: 1,
title: (
),
},
]
© 2015 - 2025 Weber Informatics LLC | Privacy Policy