UNPKG

@ariana-germany/keycloakify-mui

Version:
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>;