Skip to content

Type Alias: DeferredSelection<S>

DeferredSelection<S> = Readonly<{ [DeferTag]: S; }>

Defined in: packages/fate/src/types.ts:148

Selection wrapper created by defer(...).

Type Parameters

S

S

Released under the MIT License