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

package.dist.util.SlotsHelper.d.ts Maven / Gradle / Ivy

/**
 * Determines the slot to which a node should be assigned
 * @param node Text node or HTML element
 * @returns {string}
 */
declare const getSlotName: (node: Node) => string;
declare const getSlottedNodes: (node: Node) => Node[];
declare const getSlottedNodesList: (nodeList: Array) => Node[];
export { getSlotName, getSlottedNodes, getSlottedNodesList, };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy