@keycloakify/keycloak-admin-ui
Version:
Repackaged Keycloak Admin UI
8 lines (7 loc) • 357 B
TypeScript
import type { ExpandableExecution } from "../../authentication/execution-model";
type FlowRequirementDropdownProps = {
flow: ExpandableExecution;
onChange: (flow: ExpandableExecution) => void;
};
export declare const FlowRequirementDropdown: ({ flow, onChange, }: FlowRequirementDropdownProps) => import("react/jsx-runtime").JSX.Element;
export {};