types: use more consistent naming for apiWatch type exports

BREAKING CHANGE: Some watch API types are renamed.

    - `BaseWatchOptions` -> `WatchOptionsBase`
    - `StopHandle` -> `WatchStopHandle`
This commit is contained in:
Evan You
2020-04-27 13:33:57 -04:00
parent 8ab44e1f80
commit 892fb6d229
2 changed files with 12 additions and 12 deletions

View File

@@ -159,11 +159,11 @@ export {
export {
// types
WatchEffect,
BaseWatchOptions,
WatchOptions,
WatchOptionsBase,
WatchCallback,
WatchSource,
StopHandle
WatchStopHandle
} from './apiWatch'
export { InjectionKey } from './apiInject'
export {