Type Alias CustomStoreOpts<T>

CustomStoreOpts: { set?: (x: T) => void; throttle?: number }

Type Parameters

  • T