All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.Group.kt Maven / Gradle / Ivy

The newest version!
package com.juul.krayon.selection

import com.juul.krayon.element.Element

public data class Group(
    public val parent: Element?,
    public val nodes: List,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy