UNPKG

@slan-health/taro-vueuse

Version:

taro vue版本hooks

6 lines (4 loc) 296 B
import { Options, Query, Service, State } from './types'; import { UnWrapRefObject } from './utils/types'; declare const createQuery: <R, P extends unknown[]>(service: Service<R, P>, config: Options<R, P>, initialState?: UnWrapRefObject<State<R, P>>) => Query<R, P>; export default createQuery;