export type TextareaResizeBehavior = 'both' | 'horizontal' | 'vertical' | 'none';