UNPKG

@keycloakify/keycloak-account-ui

Version:
6 lines (5 loc) 159 B
type ErrorPageProps = { error?: unknown; }; export declare const ErrorPage: (props: ErrorPageProps) => import("react/jsx-runtime").JSX.Element; export {};