UNPKG

@saleor/macaw-ui

Version:

Saleor's UI component library

4 lines (2 loc) 221 B
import { TextareaValue } from '../components/Textarea/TextareaWrapper'; export declare const useAutoHeightTextarea: (textAreaRef: HTMLTextAreaElement | null, value: TextareaValue, rows: number, maxRows: number) => void;