UNPKG

@keycloakify/keycloak-account-ui

Version:
3 lines (2 loc) 410 B
import { KeycloakSelectProps } from "../../ui-shared/select/KeycloakSelect"; export declare const TypeaheadSelect: ({ toggleId, onSelect, onToggle, onFilter, variant, validated, placeholderText, maxHeight, width, toggleIcon, direction, selections, typeAheadAriaLabel, chipGroupComponent, chipGroupProps, footer, isDisabled, children, ...rest }: KeycloakSelectProps) => import("react/jsx-runtime").JSX.Element;