We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a87886 commit 7fb7a05Copy full SHA for 7fb7a05
1 file changed
packages/shared/utils/filters.ts
@@ -4,7 +4,7 @@ import { isRef, readonly, toValue } from 'vue'
4
import { toRef } from '../toRef'
5
import { noop } from './is'
6
7
-export type FunctionArgs<Args extends any[] = any[], Return = void> = (...args: Args) => Return
+export type FunctionArgs<Args extends any[] = any[], Return = unknown> = (...args: Args) => Return
8
9
export interface FunctionWrapperOptions<Args extends any[] = any[], This = any> {
10
fn: FunctionArgs<Args, This>
0 commit comments