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

org.dominokit.domino.ui.utils.HasChildren Maven / Gradle / Ivy

There is a newer version: 1.0.139
Show newest version
package org.dominokit.domino.ui.utils;

import elemental2.dom.Node;
import org.jboss.elemento.IsElement;

public interface HasChildren {
    T appendChild(Node node);
    T appendChild(IsElement isElement);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy