UNPKG

@keycloakify/keycloak-account-ui

Version:
8 lines (7 loc) 249 B
import { HTMLProps } from "react"; type ScrollPanelProps = HTMLProps<HTMLFormElement> & { title: string; scrollId: string; }; export declare const ScrollPanel: (props: ScrollPanelProps) => import("react/jsx-runtime").JSX.Element; export {};