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:
@@ -159,11 +159,11 @@ export {
|
||||
export {
|
||||
// types
|
||||
WatchEffect,
|
||||
BaseWatchOptions,
|
||||
WatchOptions,
|
||||
WatchOptionsBase,
|
||||
WatchCallback,
|
||||
WatchSource,
|
||||
StopHandle
|
||||
WatchStopHandle
|
||||
} from './apiWatch'
|
||||
export { InjectionKey } from './apiInject'
|
||||
export {
|
||||
|
||||
Reference in New Issue
Block a user