Skip to main content

useCustomFunction

Callable

  • useCustomFunction<A>(key: string): A

  • Returns the customFunction


    Type parameters

    • A: (...args: any[]) => Promise<any>

    Parameters

    • key: string

      functionName

    Returns A