UNPKG

lwx-test-ui

Version:

lwx-test-ui

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