UNPKG

keycloakify

Version:

Framework to create custom Keycloak UIs

6 lines 209 B
import { id } from "tsafe"; import { clsx_withTransform } from "./clsx_withTransform"; export function clsx(...args) { return clsx_withTransform({ args, transform: id }); } //# sourceMappingURL=clsx.js.map