UNPKG

@pit-front-end/components

Version:

湖南创智艾泰克科技有限公司

5 lines (4 loc) 155 B
import { InputProps } from './input'; export declare function useInput(props: InputProps): { modelValue: import('vue').WritableComputedRef<string>; };