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
/
getKcContext
/
index.d.ts
4 lines
(3 loc)
•
194 B
TypeScript
View Raw
1
2
3
4
export
type
{
KcContextBase
,
Attribute
,
Validators
}
from
"./KcContextBase"
;
export
type
{
ExtendsKcContextBase
}
from
"./getKcContextFromWindow"
;
export
{ getKcContext }
from
"./getKcContext"
;