Phantom Stories Library - v0.0.8
    Preparing search index...

    Interface ResourceRendererProps<T, Q>

    Base props for rendering a Resource ADT state.

    interface ResourceRendererProps<T, Q> {
        resource: Resource<T, Q>;
    }

    Type Parameters

    • T

      The type of the data in Data state.

    • Q

      The type of optional parameters.

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    resource: Resource<T, Q>

    The Resource instance to render.