UNPKG

@try-at-software/input-elements

Version:

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

6 lines (5 loc) 180 B
import { ITextInputProps } from './ITextInputProps'; export interface ILongTextInputProps extends ITextInputProps { autoAdjustHeight?: boolean; resizable?: boolean; }