UNPKG

tdesign-vue-next

Version:
5 lines (4 loc) 214 B
import { CSSProperties } from 'vue'; type RowsType = number | null; export declare function calcTextareaHeight(targetElement: HTMLTextAreaElement, minRows?: RowsType, maxRows?: RowsType): CSSProperties; export {};