/** * diwa-textarea — Public TypeScript types */ export type TextareaResize = 'none' | 'both' | 'vertical' | 'horizontal'; //# sourceMappingURL=types.d.ts.map