ic-reactor
    Preparing search index...

    Interface ActorHookProviderProps<A>

    interface ActorHookProviderProps<A> {
        hooks: ActorHooksReturnType<A>;
        children?: ReactNode;
    }

    Type Parameters

    • A
    Index

    Properties

    Properties

    children?: ReactNode