Type Alias Loadable<T>

Loadable: T | Promise<T> | () => T | Promise<T>

Type to get value directly, from promise or from function

Type Parameters

  • T

    type of value