export type { TextareaProps } from './props'; /** 拉伸方式类型 */ export type TextareaResize = 'none' | 'both' | 'horizontal' | 'vertical';