We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e9e4b0 commit 19c6cbfCopy full SHA for 19c6cbf
core/index.ts
@@ -3,6 +3,7 @@ export default useConditionWatcher
3
4
export type {
5
VoidFn,
6
+ HistoryOptions,
7
Conditions,
8
OnFetchErrorContext,
9
Config,
core/types.ts
@@ -1,6 +1,8 @@
1
import { Ref, UnwrapNestedRefs } from 'vue-demi'
2
import { Cache, HistoryOptions } from 'vue-condition-watcher/_internal'
+export type { HistoryOptions }
+
export type VoidFn = () => void
export type Conditions<T> = {
[K in keyof T]: T[K]
0 commit comments