UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

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