UNPKG

lwx-test-ui

Version:

lwx-test-ui

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