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

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

/**
 * Creates a `` tag in the `` tag
 * @param href - the CSS
 * @param attributes - optional attributes to add to the tag
 */
declare const createLinkInHead: (href: string, attributes?: Record) => Promise;
export default createLinkInHead;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy