UNPKG

xdesign-vue-next

Version:

XDesign Component for vue-next

6 lines (5 loc) 244 B
import { Ref } from 'vue'; import { InputValue, TdInputProps } from './type'; export default function useInputWidth(props: TdInputProps, inputRef: Ref<HTMLInputElement>, innerValue: Ref<InputValue>): { inputPreRef: Ref<HTMLSpanElement>; };