UNPKG

tdesign-mobile-vue

Version:
3 lines (2 loc) 233 B
import { WritableComputedRef } from 'vue'; export declare function useDefault<V, T>(props: T, emit: (...args: any[]) => void, key: string, eventName: string): [WritableComputedRef<V>, <M extends any[]>(value: V, ...arg: M) => void];