UNPKG

tdesign-vue-next

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