UNPKG

@try-at-software/input-elements

Version:

A package providing different input elements that are extensible and easily configurable for your custom needs.

9 lines (8 loc) 250 B
import { FormText } from '../../Components'; export interface IDropdownInputStyles { automaticHeight?: boolean; } export interface IDropdownInputConfiguration { consistencyErrorMessage?: FormText; styles?: IDropdownInputStyles; }