UNPKG

tsp-component

Version:

提供多端和react版本的UI组件

12 lines (11 loc) 240 B
/// <reference path="../input/definition.d.ts" /> interface TspComponentTextareaProps extends TspComponentInputProps { /** * textarea rows */ rows?: number; /** * 是否自动增长高度 */ auto?: boolean; }