xInjection for ReactJS - v1.0.2
    Preparing search index...

    Type Alias HookWithDeps<P, D>

    HookWithDeps: P & { deps: D }

    Type Parameters

    • P extends HookParams
    • D extends any[]

    Type declaration

    • deps: D

      Array containing the resolved dependencies.