UNPKG

@stackoverfloweth/vue-compositions

Version:

A collection of reusable vue compositions.

3 lines (2 loc) 162 B
import { WatchSource, WatchEffect } from 'vue'; export declare function getValidWatchSource(source: unknown): WatchSource | WatchSource[] | WatchEffect | object;