UNPKG

@keycloakify/keycloak-account-ui

Version:
9 lines (8 loc) 302 B
import { PropsWithChildren } from "react"; type FormPanelProps = { title: string; scrollId?: string; className?: string; }; export declare const FormPanel: ({ title, children, scrollId, className, }: PropsWithChildren<FormPanelProps>) => import("react/jsx-runtime").JSX.Element; export {};