UNPKG

@edflex-tech/keycloakify

Version:

Keycloak theme generator for Reacts app

10 lines (9 loc) 224 B
import "./HTMLElement.prototype.prepend"; export declare function headInsert(params: { type: "css"; href: string; position: "append" | "prepend"; } | { type: "javascript"; src: string; }): Promise<void>;