UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines (4 loc) 132 B
import type { ReactElement } from "react"; export namespace JSX { export interface Element extends ReactElement<any, any> {} }