UNPKG

@keycloakify/keycloak-admin-ui

Version:
8 lines (7 loc) 357 B
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 {};