rx-datatable API
    Preparing search index...

    Function useHeldState

    • Wraps useState in a Holder, an object with get and set methods (see the holders package).

      Type Parameters

      • S

      Parameters

      • initialState: S | (() => S)

      Returns Holder<S>

    • Wraps useState in a Holder, an object with get and set methods (see the holders package).

      Type Parameters

      • S

      Returns Holder<S | undefined>