UNPKG

@keycloakify/keycloak-admin-ui

Version:
3 lines (2 loc) 267 B
import type { ComponentProps } from "../../components/dynamic/components"; export declare const MultiValuedListComponent: ({ name, label, helpText, defaultValue, options, isDisabled, stringify, required, }: ComponentProps) => import("react/jsx-runtime").JSX.Element;