UNPKG

@keycloakify/keycloak-admin-ui

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