UNPKG
@edflex-tech/keycloakify
Version:
latest (5.9.1-rc.4)
5.9.1-rc.4
5.9.1-rc.3
Keycloak theme generator for Reacts app
github.com/garronej/keycloakify
edflex-tech/keycloakify
@edflex-tech/keycloakify
/
lib
/
tools
/
headInsert.d.ts
10 lines
(9 loc)
•
224 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
"./HTMLElement.prototype.prepend"
;
export
declare
function
headInsert
(
params
: {
type
:
"css"
; href:
string
; position:
"append"
|
"prepend"
; } | {
type
:
"javascript"
; src:
string
; }
):
Promise
<
void
>;