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
/
ReactComponent.d.ts
3 lines
(2 loc)
•
190 B
TypeScript
View Raw
1
2
3
import
type
{
FC
,
ComponentClass
}
from
"react"
;
export
declare
type
ReactComponent
<
Props
extends
Record
<
string
,
unknown
> = {}> = (
(
props
:
Props
) =>
ReturnType
<
FC
>) |
ComponentClass
<
Props
>;