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

    Interface HookFactoryParams<P, D, T>

    interface HookFactoryParams<P extends HookParams, D extends any[], T> {
        inject: ProviderToken[];
        use: (p: HookWithDeps<P, D>) => T;
    }

    Type Parameters

    • P extends HookParams
    • D extends any[]
    • T
    Index

    Properties

    Properties

    inject: ProviderToken[]
    use: (p: HookWithDeps<P, D>) => T